Class TableField
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.TableField
A field that allows key-value pairs to be added. The field supports placeholders from the TaskPlanner, which must be
taken into account.
- Since:
- taskplanner 22.4
-
Constructor Summary
ConstructorsConstructorDescriptionTableField(String key, String label, String[] columns) Constructs a table field whose columns are defined by the supplied column names. -
Method Summary
Methods inherited from class Field
getConditions, getKey, getLabel, getPlaceholder, getType, getValue, isUpdateValuesOnChange, isValueSavable, patchResultPlaceholderInValue, patchSeriesPlaceholderInValue, replaceSeriesPlaceholders, setConditions, setKey, setLabel, setPlaceholder, setType, setType, setUpdateValuesOnChange, setValue, setValueSavable
-
Constructor Details
-
TableField
Constructs a table field whose columns are defined by the supplied column names. The field stores the table data as key-value pairs.- Parameters:
key- the key of the fieldlabel- the label of the fieldcolumns- the columns of the table- Since:
- taskplanner 22.4
-