Annotation Type Combo
-
@Retention(RUNTIME) @Target(FIELD) public @interface Combo
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]comboValuesCombo values to be displayed in the combo drop down.booleaneditableIf true, a custom value can be added to the combo, false otherwise.StringprototypeThe display prototype to be used to determine the width of the dropdown combo.
-