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

public abstract class RootControl extends Control
Base class of a Control for a root value added to the form. Each entry is associated with a descriptor for that value.
Since:
8.5.0
See Also:
  • Constructor Details

    • RootControl

      protected RootControl(String type, IValueAccessor<?> root)
      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.