Class GroupField
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.GroupField
A field that adds a group between multiple properties
- Since:
- taskplanner 21.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroupField
(String key, String groupLabel) Creates the field to display a label text -
Method Summary
Methods inherited from class com.inet.taskplanner.server.api.field.Field
getConditions, getKey, getLabel, getPlaceholder, getType, getValue, isUpdateValuesOnChange, isValueSavable, patchResultPlaceholderInValue, patchSeriesPlaceholderInValue, replaceSeriesPlaceholders, setConditions, setKey, setLabel, setPlaceholder, setType, setType, setUpdateValuesOnChange, setValue, setValueSavable
-
Constructor Details
-
GroupField
Creates the field to display a label text- Parameters:
key
- the key of the fieldgroupLabel
- the label to be displayed as the field- Since:
- taskplanner 21.0
-