Uses of Interface
net.pricefx.formulaengine.forms.FormChange
Packages that use FormChange
-
Uses of FormChange in net.pricefx.formulaengine.forms
Methods in net.pricefx.formulaengine.forms that return FormChangeModifier and TypeMethodDescriptionFormChange.clearValueOptions()FormActionApi.insertAfter(String inputName, ContextParameter... inputsToAdd) Inserts one or more new input definitions after the specified existing input.FormChange.invalidateValueOptions()FormChange.remove()FormChange.setAddAfter(List<ContextParameter> inputs) FormChange.setDisabled(Boolean disabled) FormChange.setErrorMessage(String errorMessage) FormChange.setInvalidateValueOptions(Boolean invalidateValueOptions) FormChange.setReadOnly(Boolean readOnly) FormChange.setRequired(Boolean required) FormChange.setSuccessMessage(String successMessage) FormChange.setUserGroupEdit(Object userGroupEdit) FormChange.setValueHint(String valueHint) FormChange.setWarningMessage(String warningMessage) FormActionApi.updateInput(String inputName) Returns aFormChangeobject for the specified input, allowing modification of its properties such as value, label, read-only state, or validity.