Interface NumberStepProperty
- All Superinterfaces:
InputTextStepProperty<Number>
,StepProperty<Number>
Step property that takes a numerical value as an input.
Used by
NumberStepPropertyBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the maximum value that is accepted as an input for the step property.Returns the minimum value that is accepted as an input for the step property.boolean
Returns the ability for a user to enter a decimal value as an input for the the step property.Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.stepproperties.InputTextStepProperty
getDefaultValue, getPlaceHolder, isRequired
Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.StepProperty
createConfig, getDefaultValue, getId, getValue, hasDefaultValue, isDisabled, onValueChanged, shouldRebuildIndex, validateState
-
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
-