All Superinterfaces:
InputTextStepProperty<Number>, StepProperty<Number>

public interface NumberStepProperty extends InputTextStepProperty<Number>
Step property that takes a numerical value as an input. Used by NumberStepPropertyBuilder
Since:
2.0.0
  • Method Details

    • getMinValue

      Number getMinValue()
      Returns the minimum value that is accepted as an input for the step property.
      Returns:
      Minimum value
    • getMaxValue

      Number getMaxValue()
      Returns the maximum value that is accepted as an input for the step property.
      Returns:
      Maximum value
    • isDecimalAllowed

      boolean isDecimalAllowed()
      Returns the ability for a user to enter a decimal value as an input for the the step property.
      Returns:
      Flag for ability for decimal values to be entered into text field