@FunctionalInterface public interface FormItemValidation<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormItemValidation.ValidationRule |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(T value) |
default FormItemValidation.ValidationRule |
validateIf() |
default FormItemValidation.ValidationRule validateIf()
ValidationResult validate(T value)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.