Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.RowInputBuilder
-
Packages that use RowInputBuilder Package Description net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs. -
-
Uses of RowInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return RowInputBuilder Modifier and Type Method Description RowInputBuilder<T>
RowInputBuilder. addInput(ContextParameter contextParameter)
Add new input for InputBuilder.RowInputBuilder<Object>
InputBuilderFactory. createRowLayout(String name)
Creates a newInputType.ROW
element that groups inputs and renders them on a row if possible, will wrap them on a new line otherwise.
-