Package com.vaadin.ui
Interface Grid.EditorErrorHandler
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Grid.DefaultEditorErrorHandler
- Enclosing class:
- Grid
public static interface Grid.EditorErrorHandler extends Serializable
Error handler for the editor
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-