Annotation Type UiHandler


  • @Documented
    @Retention(RUNTIME)
    @Target(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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value