| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
CellValidator.onValidate() |
ValidationResult |
TableRow.validate() |
ValidationResult |
CellRenderer.CellInfo.validate()
for editable cell this will validate the cell field
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
FieldsGrouping.validate()
validate the component and fail-fast with first error
|
ValidationResult |
BasicFormElement.validate()
validate the component and fail-fast with first error
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.invalid(String errorMessage)
Creates an instance of a validation result that indicate an invalid state with an error
message
|
ValidationResult |
RequiredValidator.isValid() |
ValidationResult |
MinLengthValidator.isValid() |
static ValidationResult |
ValidationResult.valid()
Creates an instance of a validation result that indicate a valid state
|
ValidationResult |
ElementValidations.validate()
Runs all the validated over the FormElement if it is enabled and fail-fast
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
Step.validate()
if the step is invalid it will be put in the
Stepper.StepState.ERROR validate the component and fail-fast with first error |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
Step.validateAll()
if the step is invalid it will be put in the
Stepper.StepState.ERROR Run all the validators and return all errors |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
HasValidation.Validator.isValid() |
ValidationResult |
HasValidation.validate()
validate the component and fail-fast with first error
|
| Modifier and Type | Method and Description |
|---|---|
default List<ValidationResult> |
HasValidation.validateAll()
Run all the validators and return all errors
|
Copyright © 2019–2022 Dominokit. All rights reserved.