Class RootEndControl
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.RootEndControl
- All Implemented Interfaces:
Serializable
A
Control for the end 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
ConstructorsConstructorDescriptionRootEndControl(IValueAccessor<?> root) Creates a new root start value control. -
Method Summary
Methods inherited from class RootControl
removeRow
-
Constructor Details
-
RootEndControl
Creates a new root start value control.- Parameters:
root- The root value accessor.
-