Uses of Class
net.pricefx.formulaengine.scripting.inputbuilder.CustomFormListPopupInputBuilder
Packages that use CustomFormListPopupInputBuilder
-
Uses of CustomFormListPopupInputBuilder in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return CustomFormListPopupInputBuilderModifier and TypeMethodDescriptionInputBuilderFactory.createCustomFormListPopup(String paramName, String typedId) Creates a new user input of theInputType.CUSTOMFORMLISTPOPUPtype – the "Open" button that opens the pop-up modal.CustomFormListPopupInputBuilder.withRecalculateParentOnPopupConfirm(boolean value) Recalculates the parent document when a user confirms the pop-up dialog.CustomFormListPopupInputBuilder.withSubsetFilter(Filter filter) Allows you to set a filter criteria to filter Custom Forms that will be visible in the pop-up modal.