Package com.google.gwt.uibinder.client
Annotation Type UiHandler
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface UiHandler
Marks a method to be automatically bound as an event handler. See examples incom.google.gwt.uibinder.test.client.HandlerDemo
.The annotation values must be declared in the "ui:field" template attribute.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
-