Annotation Interface CheckBoxComponent


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

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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
  • 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 checkbox
    • defaultState

      boolean defaultState
      Default:
      false
    • desc

      String desc
      Default:
      ""