Uses of Interface
net.pricefx.formulaengine.forms.FormLayoutNode
Packages that use FormLayoutNode
-
Uses of FormLayoutNode in net.pricefx.formulaengine.forms
Subinterfaces of FormLayoutNode in net.pricefx.formulaengine.formsModifier and TypeInterfaceDescriptioninterfaceA container layout node used to group form inputs with an optional heading and collapsible behaviour.interfaceA modal layout node used to display form inputs in a popup dialog.interfaceA row layout node used to arrange inputs horizontally within a form.Methods in net.pricefx.formulaengine.forms that return FormLayoutNodeModifier and TypeMethodDescriptionFormLayout.addChild(FormLayoutNode node) FormLayoutNode.addChild(FormLayoutNode child) FormLayoutNode.addChild(ContextParameter child) Methods in net.pricefx.formulaengine.forms with parameters of type FormLayoutNodeModifier and TypeMethodDescriptionFormContainer.addChild(FormLayoutNode child) FormLayout.addChild(FormLayoutNode node) FormLayoutNode.addChild(FormLayoutNode child) FormModal.addChild(FormLayoutNode child) FormRow.addChild(FormLayoutNode child) -
Uses of FormLayoutNode in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type FormLayoutNodeModifier and TypeMethodDescriptionAbstractInputBuilder.addToFormLayout(FormLayoutNode layout) Builds the input field definition and adds it to the specified form layout.