Annotation Type Combo

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] comboValues
      Combo values to be displayed in the combo drop down.
      boolean editable
      If true, a custom value can be added to the combo, false otherwise.
      String prototype
      The display prototype to be used to determine the width of the dropdown combo.
    • Element Detail

      • editable

        boolean editable
        If true, a custom value can be added to the combo, false otherwise.
        Default:
        false
      • comboValues

        String[] comboValues
        Combo values to be displayed in the combo drop down.
        Default:
        {}
      • prototype

        String prototype
        The display prototype to be used to determine the width of the dropdown combo.
        Default:
        "XXXXXX"