Class GroupField

java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.GroupField

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

    • GroupField

      public GroupField(String key, 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