Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.CollapseInputBuilder
-
Uses of CollapseInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Modifier and TypeMethodDescriptionCollapseInputBuilder.addInput
(ContextParameter contextParameter) Add parameter to the ContextParameters list Example:InputBuilderFactory.createCollapseLayout
(String name) Displays inputs in a collapsible section allowing users to expand or collapse this section.
The grouped items can be regular inputs, orInputType.ROW
elements or even another (nested)InputType.COLLAPSE
elements.CollapseInputBuilder.setCollapsed
(Boolean isCollapsed) Specifies whether the collapse element in the UI will be shown closed (collapsed).