Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.StringInputBuilder
-
Uses of StringInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Modifier 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.