Uses of Class
com.vaadin.data.ValidationException
-
Packages that use ValidationException Package Description com.vaadin.data -
-
Uses of ValidationException in com.vaadin.data
Methods in com.vaadin.data that throw ValidationException Modifier and Type Method Description voidBinder. writeBean(BEAN bean)Writes changes from the bound fields to the given bean if all validators (binding and bean level) pass.voidBinder. writeBean(BEAN bean, Collection<Binder.Binding<BEAN,?>> bindingsToWrite)Writes changes from the given bindings to the given bean if all validators (binding and bean level) pass.voidBinder. writeChangedBindingsToBean(BEAN bean)Writes changes from the changed bindings to the given bean if all validators (binding and bean level) pass.
-