Package | Description |
---|---|
com.google.gwt.editor.ui.client |
User interface components for the bean editor framework.
|
com.google.gwt.uibinder.client |
Classes used to generate user interfaces using declarative ui.xml files.
|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Class and Description |
---|
UiBinder
Interface implemented by classes that generate DOM or Widget structures from
ui.xml template files, and which inject portions of the generated UI into the
fields of an owner.
|
UiChild
Mark a method as the appropriate way to add a child widget to the parent
class.
|
UiConstructor
Marks a constructor that may be used as an alternative to a widget's
zero args construtor in a
UiBinder template. |
UiField
Marks fields in a UiBinder client that must be filled by the binder's
UiBinder.createAndBindUi(O) method. |
Class and Description |
---|
UiBinderUtil.TempAttachment
Temporary attachment record that keeps track of where an element was
before attachment.
|
Class and Description |
---|
UiChild
Mark a method as the appropriate way to add a child widget to the parent
class.
|
UiConstructor
Marks a constructor that may be used as an alternative to a widget's
zero args construtor in a
UiBinder template. |
Class and Description |
---|
UiBinder
Interface implemented by classes that generate DOM or Widget structures from
ui.xml template files, and which inject portions of the generated UI into the
fields of an owner.
|
UiConstructor
Marks a constructor that may be used as an alternative to a widget's
zero args construtor in a
UiBinder template. |
UiField
Marks fields in a UiBinder client that must be filled by the binder's
UiBinder.createAndBindUi(O) method. |