Annotation Interface OnFocusChange


@Retention(RUNTIME) @Target(FIELD) public @interface OnFocusChange
A binding that will call one method when the bound component loses focus, and another method when focus is gained.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Inner utility class that performs the runtime wiring of all OnFocusChange bindings.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • lost

      String lost
      Default:
      ""
    • gained

      String gained
      Default:
      ""