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 number as input The field supports place holders from the TaskPlanner, which has to be accounted for
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)
      Construct the numeric field
      Parameters:
      key - the key of the field
      label - the label of the field
      upperBound - the upper bound of the slider
      lowerBound - the lower bound of the slider
      showValue - true, if the current value should be displayed
      Since:
      taskplanner 21.0
  • Method Details