Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.EnumComboBox
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.EnumComboBox
Specifies how a Java property should be edited using anEnumComboBox.- See Also:
FieldBuilder.ComboBox,FieldBuilder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends EnumComboBox>typeGet theEnumComboBoxtype that will edit the property.
-
-
-
Element Detail
-
type
Class<? extends EnumComboBox> type
Get theEnumComboBoxtype that will edit the property.The type may have either a no-arg constructor or a single-arg constructor taking the
Enumtype.- Returns:
- field type
- Default:
- org.dellroad.stuff.vaadin8.EnumComboBox.class
-
-