Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.SliderInputBuilder
Packages that use SliderInputBuilder
-
Uses of SliderInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return SliderInputBuilderModifier 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.setFormatType
(SliderInputBuilder.FormatType formatType) Sets the format type of the slider range.SliderInputBuilder.setFrom
(BigDecimal from) Sets the lower bound of the slider range.SliderInputBuilder.setMaximumValue
(BigDecimal maxValue) Sets the maximum value of the upper bound of the slider range.SliderInputBuilder.setMinimumValue
(BigDecimal minValue) Sets the minimum value of 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.