@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface UiField
UiBinder.createAndBindUi(O)
method. If provided is true the field
creation is delegated to the client (owner).Modifier and Type | Optional Element and Description |
---|---|
boolean |
provided
If true, the field must be filled before
UiBinder.createAndBindUi(O) is called. |
public abstract boolean provided
UiBinder.createAndBindUi(O)
is called.
If false, UiBinder.createAndBindUi(O)
will fill the field, usually
by calling GWT.create(java.lang.Class<?>)
.