Class GroupField


  • @JsonData
    public class GroupField
    extends Field
    A field that adds a group between multiple properties
    Since:
    taskplanner 21.0
    • Constructor Detail

      • GroupField

        public GroupField​(java.lang.String key,
                          java.lang.String groupLabel)
        Creates the field to display a label text
        Parameters:
        key - the key of the field
        groupLabel - the label to be displayed as the field
        Since:
        taskplanner 21.0