|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface UiHandler
Marks a method to be automatically bound as an event handler. See examples
in com.google.gwt.uibinder.test.client.HandlerDemo
.
The annotation values must be declared in the "ui:field" template attribute.
Required Element Summary | |
---|---|
java.lang.String[] |
value
|
Element Detail |
---|
public abstract java.lang.String[] value
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |