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.
Class Grid.DefaultEditorErrorHandler
- java.lang.Object
-
- com.vaadin.ui.Grid.DefaultEditorErrorHandler
-
All Implemented Interfaces:
Enclosing class:
public class Grid.DefaultEditorErrorHandler extends Object implements Grid.EditorErrorHandler
Default error handler for the editor
See Also:
-
-
Constructor Summary
Constructors Constructor and Description DefaultEditorErrorHandler()
-
Method Summary
All Methods Modifier and Type Method and Description void
commitError(Grid.CommitErrorEvent event)
Called when an exception occurs while the editor row is being saved
-
-
-
Method Detail
-
commitError
public void commitError(Grid.CommitErrorEvent event)
Description copied from interface:
Grid.EditorErrorHandler
Called when an exception occurs while the editor row is being saved
Specified by:
commitError
in interfaceGrid.EditorErrorHandler
Parameters:
event
- An event providing more information about the error
-
-