Uses of Class
com.vaadin.ui.Label
-
Packages that use Label Package Description com.vaadin.data -
-
Uses of Label in com.vaadin.data
Methods in com.vaadin.data that return types with arguments of type Label Modifier and Type Method Description Optional<Label>
Binder. getStatusLabel()
Gets the status label or an empty optional if none has been set.Methods in com.vaadin.data with parameters of type Label Modifier and Type Method 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 givenlabel
to show an error message if validation fails.
-