Annotation Types Summary |
AutoBound |
This annotation is only meaningful on a DataBinder field or constructor/method parameter. |
Bound |
Indicates that an annotated widget should automatically be bound to a property of a data model
associated with a DataBinder (see AutoBound and Model ). |
Bundle |
An annotation that provides a mechanism for the developer to specify the name
of an i18n bundle to use when doing i18n replacements within an Errai UI Template. |
DataField |
Indicates that the target Java reference (field, method parameter, or constructor parameter) in a Templated
Composite component corresponds to an HTML element in the class's companion template. |
EventHandler |
This annotation may only be used in subclasses of Composite that has been annotated with Templated ,
or in a super-class of said Composite types. |
Model |
Indicates that the annotated model should be managed by a DataBinder and therefore
automatically bound to all enclosing widgets. |
ModelSetter |
Indicates that the annotated method is used to replace a model instance managed by a
DataBinder . |
SinkNative |
This annotation may only be used in subclasses of Composite that has been annotated with Templated ,
or in a super-class of said Composite types. |
Templated |
Must be used only on classes extending from Composite . |
TranslationKey |
An annotation that provides a mechanism for the developer to declare translation strings from
within the GWT application code. |