Class 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 Detail

      • TableField

        public TableField​(java.lang.String key,
                          java.lang.String label,
                          java.lang.String[] columns)
        Construct the numeric field
        Parameters:
        key - the key of the field
        label - the label of the field
        columns - the columns of the table
        Since:
        taskplanner 22.4