Class ColorField

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

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

    • ColorField

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