Class LabelField
- java.lang.Object
-
- com.inet.taskplanner.server.api.field.Field
-
- com.inet.taskplanner.server.api.field.LabelField
-
@JsonData public class LabelField extends Field
A field that allows the definition of a single or multi line label.- Since:
- taskplanner 3.0
-
-
Constructor Summary
Constructors Constructor Description LabelField(java.lang.String key, java.lang.String label, java.lang.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 Detail
-
LabelField
public LabelField(java.lang.String key, java.lang.String label, java.lang.String text)
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
-
-