Class GroupField
- java.lang.Object
-
- com.inet.taskplanner.server.api.field.Field
-
- com.inet.taskplanner.server.api.field.GroupField
-
@JsonData public class GroupField extends Field
A field that adds a group between multiple properties- Since:
- taskplanner 21.0
-
-
Constructor Summary
Constructors Constructor Description GroupField(java.lang.String key, java.lang.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
-
-