We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Interface Grid.EditorErrorHandler
-
All Superinterfaces:
All Known Implementing Classes:
Enclosing class:
public static interface Grid.EditorErrorHandler extends Serializable
Error handler for the editor
-
-
Method Summary
All Methods Modifier and Type Method Description void
commitError​(Grid.CommitErrorEvent event)
Called when an exception occurs while the editor row is being saved
-
-
-
Method Detail
-
commitError
void commitError​(Grid.CommitErrorEvent event)
Called when an exception occurs while the editor row is being saved
Parameters:
event
- An event providing more information about the error
-
-