Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.SimpleInputBuilder
Packages that use SimpleInputBuilder
-
Uses of SimpleInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return SimpleInputBuilderModifier and TypeMethodDescriptionInputBuilderFactory.createAnyUserEntry(String paramName) Creates newUserEntryInputType.USERENTRYinput (context parameter).InputBuilderFactory.createBooleanUserEntry(String paramName) Creates newBooleanUserEntryBooleaninput (context parameter).InputBuilderFactory.createDateTimeUserEntry(String paramName) Creates newDateTimeUserEntryinput (context parameter).InputBuilderFactory.createDateUserEntry(String paramName) Creates newDateUserEntryDateinput (context parameter).InputBuilderFactory.createHiddenEntry(String paramName) Creates new hidden input (context parameter).InputBuilderFactory.createIntegerUserEntry(String paramName) InputBuilderFactory.createParsableInputTypeFile(String paramName) Creates a newParsableInputFileInputType.PARSABLEINPUTFILEinput (a context parameter).InputBuilderFactory.createQuoteType(String paramName) Creates a newQuoteTypeInputType.QUOTETYPEinput (a context parameter).InputBuilderFactory.createRebateAgreement(String paramName) Creates a newRebateAgreementInputType.REBATEAGREEMENTuser input (a context parameter).InputBuilderFactory.createTextUserEntry(String paramName) Creates newTextUserEntryInputType.TEXTUSERENTRYuser input (context parameter).InputBuilderFactory.createTimeUserEntry(String paramName) Creates newTimeUserEntryuser 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 insteadsetToSimpleInputBuilder.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 insteadsetFromDeprecated, for removal: This API element is subject to removal in a future version.as of 7.7.0, use insteadsetFromSimpleInputBuilder.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