Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.CollapseInputBuilder
-
Packages that use CollapseInputBuilder Package Description net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs. -
-
Uses of CollapseInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return CollapseInputBuilder Modifier and Type Method Description CollapseInputBuilder<T>
CollapseInputBuilder. addInput(ContextParameter contextParameter)
Add parameter to the ContextParameters list Example:CollapseInputBuilder<Object>
InputBuilderFactory. createCollapseLayout(String name)
Creates a newInputType.COLLAPSE
element that groups inputs and provides users with the option to collapse it.CollapseInputBuilder<T>
CollapseInputBuilder. setCollapsed(Boolean isCollapsed)
Specifies whether the collapse element in the UI will be shown closed (collapsed).
-