Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.RangeSliderInputBuilder
Packages that use RangeSliderInputBuilder
-
Uses of RangeSliderInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return RangeSliderInputBuilderModifier and TypeMethodDescriptionInputBuilderFactory.createRangeSliderEntry
(String paramName) Creates new range slider input (context parameter).Sets the colours of the range slider (needs to be three elements collection, if not theInputBuilderExceptions.ColourSectionsNumberException
will be thrown).
List of possible values: informative (blue) negative (red) negative-strong (super red) positive (green) positive-strong (super green) warning (yellow) neutral (gray) accent (current accent color from settings) inverted (dark color for white theme, light color for dark theme) Example:RangeSliderInputBuilder.setFormatType
(RangeSliderInputBuilder.FormatType formatType) Sets the format type of the slider range.