@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.EnumComboBox
EnumComboBox.| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Enum> |
enumClass
Get the
Enum type to choose from. |
Class<? extends EnumComboBox> |
type
Get the
EnumComboBox type that will edit the property. |
public abstract Class<? extends EnumComboBox> type
EnumComboBox type that will edit the property.
Type must have a no-arg constructor.public abstract Class<? extends Enum> enumClass
Enum type to choose from. If left as default, the type will be inferred from
the getter method return type, which must be an Enum type.EnumComboBox.setEnumDataSource(java.lang.Class<T>)Copyright © 2017. All rights reserved.