U
- The type of the root object of the generated UI, typically a
subclass of Element
or
UiObject
O
- The type of the object that will own the generated UIpublic static class UiBinder extends Object
The generated UiBinder implementation will be based on an xml file resource
in the same package as the owner class, with the same name and a "ui.xml"
suffix. For example, a UI owned by class bar.baz.Foo
will be sought
in /bar/baz/Foo.ui.xml
. (To use a different template file, put the
UiTemplate
annotation on your UiBinder interface declaration to point
the code generator at it.)
Copyright © 2018. All rights reserved.