Class RootControl
java.lang.Object
de.xima.fc.gui.model.value_descriptor_form.Control
de.xima.fc.gui.model.value_descriptor_form.RootControl
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RootEndControl, RootStartControl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRootControl(String type, IValueAccessor<?> root) Creates a new root value control. -
Method Summary
Modifier and TypeMethodDescriptionvoidMutates the referenced root value by removing the entry, if possible.
-
Constructor Details
-
RootControl
Creates a new root value control.- Parameters:
type- The type of the control that determines how it is rendered.root- The root object against which the path is evaluated.
-
-
Method Details
-
removeRow
public void removeRow()Mutates the referenced root value by removing the entry, if possible. If the entry cannot be removed, this method does nothing.
-