Class Control

java.lang.Object
de.xima.fc.gui.model.value_descriptor_form.Control
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddRootControl, GroupEndControl, GroupStartControl, RootControl, ValueReferencingControl

public abstract class Control extends Object implements Serializable
Base class for controls (rows) of a dynamically generated form.
Since:
8.5.0
See Also:
  • Constructor Details

    • Control

      protected Control(String type)
      Creates a new control of the given type.
      Parameters:
      type - The type of the control that determines how it is rendered.
  • Method Details

    • getType

      public String getType()
      Gets the type of the control. It determines how the control is rendered.
      Returns:
      The type of the control.