Class RootOption
java.lang.Object
de.xima.fc.gui.model.value_descriptor_form.RootOption
- All Implemented Interfaces:
Serializable
POJO model for a root option that can be added to a form of value descriptors. Optional entries can be removed and
added as the users sees fit.
- Since:
- 8.5.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the accessor for the root value.IValueDescriptor<?, ?> Gets the descriptor for the root value.getIndex()Gets the index of this option in the list of options.getLabel()Gets the label to display for this option.
-
Method Details
-
getAccessor
-
getDescriptor
Gets the descriptor for the root value.- Returns:
- The descriptor.
-
getIndex
-
getLabel
-