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

      • LabelField

        public LabelField​(java.lang.String key,
                          java.lang.String label,
                          java.lang.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