BooleanField |
A field that allows a boolean state to be displayed as a checkbox.
|
ColorField |
A color field to pick a color from a chooser.
|
DateField |
A field that allows the definition of a date value.
|
DisableCondition |
A field condition that changes the accessability
|
Field |
A field represents a component in the settings of a e.g.
|
FieldCondition |
Defines a condition for a field, e.g.
|
FileField |
A field that allows the definition of a file.
|
FilenameField |
A text field for filenames which will be later patch with ResultActionHelper.resolveFilenamePlaceholder.
|
FileOrFolderField |
A field that allows the definition of a file or a folder.
|
FloatField |
A field that takes a float number as input.
|
FolderField |
A field that allows the definition of folder.
|
GroupField |
A field that adds a group between multiple properties
|
LabelField |
A field that allows the definition of a single or multi line label.
|
LinkField |
A field that allows the display of a link.
|
NumberField |
A field that takes an integer number as input
The field supports place holders from the TaskPlanner, which has to be accounted for
|
PasswordField |
A field that allows the definition of a password.
|
RangeField |
A field that takes an integer number as input
The field supports place holders from the TaskPlanner, which has to be accounted for
|
SelectField |
A field that allows to choose from a list of predefined values.
|
SelectInputField |
A field that allows to choose from a list of predefined values.
|
SelectInputFieldMulti |
A field that allows to choose multiple values from a list of predefined values.
|
TextAreaField |
A field that allows any multi line text.
|
TextField |
A text field that allows any value.
|
TimeField |
A field that allows the definition of a time value.
|
VisibleCondition |
A field condition that changes the visibility
|