Class LabelField

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

@JsonData public class LabelField extends Field
A field that allows the definition of a single or multi line label.
Since:
taskplanner 3.0
  • Constructor Details

    • LabelField

      public LabelField(String key, String label, String text)
      Creates the field to display a label text
      Parameters:
      key - the key of the field
      label - the label to be displayed in front of the field
      text - the text of the label. Can be multi line with "\n"
      Since:
      taskplanner 3.0