| Package | Description |
|---|---|
| com.vaadin.data |
| Modifier and Type | Method and Description |
|---|---|
Optional<Label> |
Binder.getStatusLabel()
Gets the status label or an empty optional if none has been set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binder.setStatusLabel(Label statusLabel)
Sets the label to show the binder level validation errors not related to
any specific field.
|
default Binder.BindingBuilder<BEAN,TARGET> |
Binder.BindingBuilder.withStatusLabel(Label label)
Sets the given
label to show an error message if validation
fails. |
Copyright © 2018 Vaadin Ltd. All rights reserved.