Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.SimpleInputBuilder
-
Uses of SimpleInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Modifier and TypeMethodDescriptionInputBuilderFactory.createAnyUserEntry
(String paramName) Creates newUserEntry
InputType.USERENTRY
input (context parameter).InputBuilderFactory.createBooleanUserEntry
(String paramName) Creates newBooleanUserEntry
Boolean
input (context parameter).InputBuilderFactory.createDateTimeUserEntry
(String paramName) Creates newDateTimeUserEntry
input (context parameter).InputBuilderFactory.createDateUserEntry
(String paramName) Creates newDateUserEntry
Date
input (context parameter).InputBuilderFactory.createHiddenEntry
(String paramName) Creates new hidden input (context parameter).InputBuilderFactory.createIntegerUserEntry
(String paramName) InputBuilderFactory.createParsableInputTypeFile
(String paramName) Creates a newParsableInputFile
InputType.PARSABLEINPUTFILE
input (a context parameter).InputBuilderFactory.createQuoteType
(String paramName) Creates a newQuoteType
InputType.QUOTETYPE
input (a context parameter).InputBuilderFactory.createRebateAgreement
(String paramName) Creates a newRebateAgreement
InputType.REBATEAGREEMENT
user input (a context parameter).InputBuilderFactory.createTextUserEntry
(String paramName) Creates newTextUserEntry
InputType.TEXTUSERENTRY
user input (context parameter).InputBuilderFactory.createTimeUserEntry
(String paramName) Creates newTimeUserEntry
user input (context parameter).InputBuilderFactory.createUserEntry
(String paramName) SimpleInputBuilder.setDataType
(String dataType) Sets the data type of the input field.
Possible values: text, float, integer, date, time, datetime, product, customerSimpleInputBuilder.setDecimalPlaces
(String mode) N/A - the method has not been implemented in the user interface yet.SimpleInputBuilder.setFormatType
(String formatType) Sets the format type of the input field.
Possible values: COMPLEX, DATE, DATETIME, INTEGER, LINK, MONEY, MONEY_CHF, MONEY_EUR, MONEY_GBP, MONEY_JPY, MONEY_PLN, MONEY_USD, NUMERIC, NUMERIC_LONG, PERCENT, SPARKLINE, TEXT
Example:Sets the minimum allowed value for the input field.Sets the minimum allowed date value for the input field.SimpleInputBuilder.setInputType
(String inputType) Sets the input type of the field.
Example:N/A - the method has not been implemented in the user interface yet.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.7.0, use insteadsetTo
SimpleInputBuilder.setMaxLength
(Integer maxLength) Sets the maximum amount of alphanumerics to be accepted byTextUserEntry
.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.7.0, use insteadsetFrom
Deprecated, for removal: This API element is subject to removal in a future version.as of 7.7.0, use insteadsetFrom
SimpleInputBuilder.setMinLength
(Integer minLength) Sets the minimum amount of alphanumerics to be accepted byTextUserEntry
.SimpleInputBuilder.setRichTextEditor
(boolean rte) N/A - the method has not been implemented in the user interface yet.SimpleInputBuilder.setRounding
(boolean doRound) N/A - the method has not been implemented in the user interface yet.Sets the maximum allowed value for the input field.Sets the maximum allowed date value for the input field.
setTo