| Package | Description |
|---|---|
| org.jboss.hal.ballroom.form | |
| org.jboss.hal.core.elytron | |
| org.jboss.hal.core.mbui | |
| org.jboss.hal.core.mbui.form |
| Modifier and Type | Method and Description |
|---|---|
void |
Form.addFormValidation(FormValidation<T> formValidation)
Makes it possible to validate the form as a whole or to check fields which depend on other fields.
|
void |
AbstractForm.addFormValidation(FormValidation<T> formValidation) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialReference.AlternativeValidation<T extends ModelNode>
Form validation which validates that only one of
credential-reference and <alternativeName> is
given. |
| Modifier and Type | Method and Description |
|---|---|
ResourceElement.Builder |
ResourceElement.Builder.addComplexObjectAttribute(String name,
FormValidation formValidation)
Adds a complex attribute of type
OBJECT. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequireAtLeastOneAttributeValidation<T extends ModelNode> |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedForm.addFormValidation(FormValidation<T> formValidation)
Calls
Form.addFormValidation(FormValidation) on all forms. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.