Class RootStartControl
java.lang.Object
de.xima.fc.gui.model.value_descriptor_form.Control
de.xima.fc.gui.model.value_descriptor_form.RootControl
de.xima.fc.gui.model.value_descriptor_form.RootStartControl
- All Implemented Interfaces:
Serializable
A
Control for the start of a root value added to the form. Each entry is associated with a descriptor for
that value.- Since:
- 8.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRootStartControl(IValueAccessor<?> root) Creates a new root start value control. -
Method Summary
Methods inherited from class RootControl
removeRow
-
Constructor Details
-
RootStartControl
Creates a new root start value control.- Parameters:
root- The root value accessor.
-