Annotation Interface SelectorComponent


@Retention(RUNTIME) @Target(FIELD) public @interface SelectorComponent
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • name

      String name
      Returns:
      The name of this checkbox to display as a label
    • key

      String key
      Returns:
      A unique key used to identify this selector
    • type

      Class<?> type
      Returns:
      The element type of the available selections
    • desc

      String desc
      Default:
      ""