Package com.vaadin.ui
Class Grid.DefaultEditorErrorHandler
- java.lang.Object
-
- com.vaadin.ui.Grid.DefaultEditorErrorHandler
-
- All Implemented Interfaces:
Grid.EditorErrorHandler
,Serializable
- Enclosing class:
- Grid
public class Grid.DefaultEditorErrorHandler extends Object implements Grid.EditorErrorHandler
Default error handler for the editor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultEditorErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete 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
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
-
-