GWT 2.0.3

Package com.google.gwt.uibinder.client

Interface Summary
UiBinder<U,O> 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.
 

Class Summary
UiBinderUtil Static helper methods used by UiBinder.
UiBinderUtil.TempAttachment Temporary attachment record that keeps track of where an element was before attachment.
 

Annotation Types Summary
UiConstructor Marks a constructor that may be used as an alternative to a widget's zero args construtor in a UiBinder template.
UiFactory Marks a method that may be called as an alternative to a GWT.create call in a UiBinder template.
UiField Marks fields in a UiBinder client that must be filled by the binder's UiBinder#bindUi method.
UiHandler Marks a method to be automatically bound as an event handler.
UiTemplate Indicates the template from which to generate a UiBinder.
 


GWT 2.0.3