Class LabelField
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.LabelField
A field that allows the definition of a single or multi line label.
- Since:
- taskplanner 3.0
-
Constructor Summary
ConstructorsConstructorDescriptionLabelField
(String key, String label, String text) 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
-
LabelField
Creates the field to display a label text- Parameters:
key
- the key of the fieldlabel
- the label to be displayed in front of the fieldtext
- the text of the label. Can be multi line with "\n"- Since:
- taskplanner 3.0
-