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

      • RangeField

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