Uses of Interface
org.jboss.hal.ballroom.form.FormValidation
-
Packages that use FormValidation Package Description org.jboss.hal.ballroom.form org.jboss.hal.core.elytron org.jboss.hal.core.mbui org.jboss.hal.core.mbui.form -
-
Uses of FormValidation in org.jboss.hal.ballroom.form
Methods in org.jboss.hal.ballroom.form with parameters of type FormValidation Modifier and Type Method Description voidAbstractForm. addFormValidation(FormValidation<T> formValidation)voidForm. addFormValidation(FormValidation<T> formValidation)Makes it possible to validate the form as a whole or to check fields which depend on other fields. -
Uses of FormValidation in org.jboss.hal.core.elytron
Classes in org.jboss.hal.core.elytron that implement FormValidation Modifier and Type Class Description static classCredentialReference.AlternativeValidation<T extends ModelNode>Form validation which validates that only one ofcredential-referenceand<alternativeName>is given.static classCredentialReference.CrFormValuesValidationWhen adding or updating the credential-reference, we need to follow the following rules: either 'clear-text' must be specified on its own, or 'store' needs to be specified with at least one of 'clear-text' or 'alias' See also https://docs.wildfly.org/25/WildFly_Elytron_Security.html#automatic-updates-of-credential-stores -
Uses of FormValidation in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui with parameters of type FormValidation Modifier and Type Method Description ResourceElement.BuilderResourceElement.Builder. addComplexObjectAttribute(String name, FormValidation formValidation)Adds a complex attribute of typeOBJECT. -
Uses of FormValidation in org.jboss.hal.core.mbui.form
Classes in org.jboss.hal.core.mbui.form that implement FormValidation Modifier and Type Class Description classExactlyOneAlternativeValidation<T extends ModelNode>classNotMoreThanOneAlternativeValidation<T extends ModelNode>Validates that only one of the alternatives is defined.classRequireAtLeastOneAttributeValidation<T extends ModelNode>Methods in org.jboss.hal.core.mbui.form with parameters of type FormValidation Modifier and Type Method Description voidGroupedForm. addFormValidation(FormValidation<T> formValidation)CallsForm.addFormValidation(FormValidation)on all forms.
-