Class RangeField

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

@JsonData public class RangeField extends Field
A field that takes an integer as input. The field supports Task Planner placeholders, which must be taken into account.
Since:
taskplanner 21.0
  • Constructor Details

    • RangeField

      public RangeField(String key, String label, com.inet.config.structure.model.SliderConfigProperty.SliderBound lowerBound, com.inet.config.structure.model.SliderConfigProperty.SliderBound upperBound, boolean showValue)
      Constructs the numeric field.
      Parameters:
      key - the key of the field
      label - the label of the field
      lowerBound - the lower bound of the slider
      upperBound - the upper bound of the slider
      showValue - true if the current value should be displayed.
      Since:
      taskplanner 21.0
  • Method Details