Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.StringInputBuilder
Packages that use StringInputBuilder
-
Uses of StringInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return StringInputBuilderModifier and TypeMethodDescriptionInputBuilderFactory.createStringUserEntry
(String paramName) Creates newStringUserEntry
user input (context parameter).
Example:StringInputBuilder.setMaxLength
(Integer maxLength) Sets the maximum amount of alphanumerics to be accepted byStringUserEntry
.StringInputBuilder.setMinLength
(Integer minLength) Sets the minimum amount of alphanumerics to be accepted byStringUserEntry
.StringInputBuilder.setTextMask
(String textMask) Sets text mask on ContextParameter, used in the dropdown input field.