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
Base class for controls (rows) of a dynamically generated form.
- Since:
- 8.5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Control
Creates a new control of the given type.- Parameters:
type- The type of the control that determines how it is rendered.
-
-
Method Details
-
getType
Gets the type of the control. It determines how the control is rendered.- Returns:
- The type of the control.
-