com.google.gwt.uibinder.client
Annotation Type UiField


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface UiField

Marks fields in a UiBinder client that must be filled by the binder's UiBinder#bindUi method. If provided is true the field creation is delegated to the client (owner).


Optional Element Summary
 boolean provided
           
 

provided

public abstract boolean provided
Default:
false