| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
static <BEAN> BinderValidationStatus<BEAN> |
BinderValidationStatus.createUnresolvedStatus(Binder<BEAN> source)
Convenience method for creating a unresolved validation status for the
given binder.
|
BinderValidationStatus<BEAN> |
Binder.validate()
Validates the values of all bound fields and returns the validation
status.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Binder.handleBinderValidationStatus(BinderValidationStatus<BEAN> binderStatus)
The default binder level status handler.
|
void |
BinderValidationStatusHandler.statusChange(BinderValidationStatus<BEAN> statusChange)
Invoked when the validation status has changed in binder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EditorErrorGenerator.apply(Map<Component,Grid.Column<T,?>> fieldToColumn,
BinderValidationStatus<T> status)
Generates an error message from given validation status object.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.