Class ColorField
- java.lang.Object
-
- com.inet.taskplanner.server.api.field.Field
-
- com.inet.taskplanner.server.api.field.ColorField
-
@JsonData public class ColorField extends Field
A color field to pick a color from a chooser.- Since:
- taskplanner 3.0
-
-
Constructor Summary
Constructors Constructor Description ColorField(java.lang.String key, java.lang.String label)
Creates the field for setting a color
-
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
-
-