Class TableField
- java.lang.Object
-
- com.inet.taskplanner.server.api.field.Field
-
- com.inet.taskplanner.server.api.field.TableField
-
@JsonData public class TableField extends Field
A field that allows to add key-value pairs. The field supports place holders from the TaskPlanner, which has to be accounted for- Since:
- taskplanner 22.4
-
-
Constructor Summary
Constructors Constructor Description TableField(java.lang.String key, java.lang.String label, java.lang.String[] columns)
Construct the numeric field
-
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
-
-