com.vaadin.ui
Interface Grid.EditorErrorHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Grid.DefaultEditorErrorHandler
Enclosing class:
Grid

public static interface Grid.EditorErrorHandler
extends java.io.Serializable

Error handler for the editor


Method Summary
 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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.