Class SelectInputFieldMulti
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.SelectInputFieldMulti
A field that allows to choose multiple values from a list of predefined values.
- Since:
- taskplanner 3.0
-
Constructor Summary
ConstructorsConstructorDescriptionSelectInputFieldMulti
(String key, String label, int typeID) Creates the field for selecting a value from a predefined list -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDisplay
(String value) manually sets the display value this field should havevoid
Sets the current value of the fieldMethods 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, setValueSavable
-
Constructor Details
-
SelectInputFieldMulti
Creates the field for selecting a value from a predefined list- Parameters:
key
- the key of the fieldlabel
- the label to be displayed in front of the fieldtypeID
- type ID, known to implementors and callers of TaskFieldListGenerator- Since:
- taskplanner 3.0
-
-
Method Details