Class ColorField


  • @JsonData
    public class ColorField
    extends Field
    A color field to pick a color from a chooser.
    Since:
    taskplanner 3.0
    • Constructor Detail

      • ColorField

        public ColorField​(java.lang.String key,
                          java.lang.String label)
        Creates the field for setting a color
        Parameters:
        key - the key of the field
        label - the label to be displayed in front of the field
        Since:
        taskplanner 3.0