|
GWT 2.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.createAndBindUi(O)
method. If provided is true the field
creation is delegated to the client (owner).
Optional Element Summary | |
---|---|
boolean |
provided
|
public abstract boolean provided
|
GWT 2.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |