Uses of Package
com.google.gwt.uibinder.client
-
Packages that use com.google.gwt.uibinder.client 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. -
Classes in com.google.gwt.uibinder.client used by com.google.gwt.editor.ui.client Class 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 aUiBinder
template.UiField Marks fields in a UiBinder client that must be filled by the binder'sUiBinder.createAndBindUi(O)
method. -
Classes in com.google.gwt.uibinder.client used by com.google.gwt.uibinder.client Class Description UiBinderUtil.TempAttachment Temporary attachment record that keeps track of where an element was before attachment. -
Classes in com.google.gwt.uibinder.client used by com.google.gwt.user.cellview.client Class 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 aUiBinder
template. -
Classes in com.google.gwt.uibinder.client used by com.google.gwt.user.client.ui Class 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 aUiBinder
template.UiField Marks fields in a UiBinder client that must be filled by the binder'sUiBinder.createAndBindUi(O)
method.