Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.SliderInputBuilder
-
Uses of SliderInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Modifier and TypeMethodDescriptionInputBuilderFactory.createSliderEntry
(String paramName) Creates new slider input (context parameter).SliderInputBuilder.hideTrack
(boolean hideTrack) Shows or hide the slider track (colored bar from lower bound to the cursor materializing the selected value).SliderInputBuilder.setFrom
(BigDecimal from) Sets the lower bound of the slider range.SliderInputBuilder.setStep
(BigDecimal step) Sets the slider step.SliderInputBuilder.setSubLabels
(String left, String right) Sets the sub labels displayed respectively on the left and the right of the slider.SliderInputBuilder.setTo
(BigDecimal to) Sets the upper bound of the slider range.