Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.RowInputBuilder
-
Uses of RowInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Modifier and TypeMethodDescriptionRowInputBuilder.addInput
(ContextParameter contextParameter) Adds a new input for InputBuilder.InputBuilderFactory.createRowLayout
(String name) Displays inputs in a row – inputs will appear next to one another in the user interface.
The default behavior (without employingInputBuilderFactory.createRowLayout(String)
) is to display inputs under each other.