public interface CategorizedProperty<T> extends DescriptiveProperty<T>
DescriptiveProperty that also provides a list of the possible values for the property as
well.| Modifier and Type | Interface and Description |
|---|---|
static class |
CategorizedProperty.Option<T> |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CategorizedProperty.Option<T>> |
getOptions()
If this returns a non-null value then a drop-down menu of
CategorizedProperty.Options will be displayed to the user. |
getCategory, getDescription, getDisplayNamegetDefaultValue, getName, getTypejava.util.List<CategorizedProperty.Option<T>> getOptions()
CategorizedProperty.Options will be displayed to the user.CategorizedProperty.Options to display, or null if this property doesn't need a drop-down.