com.vaadin.ui
Class Grid.DefaultEditorErrorHandler

java.lang.Object
  extended by com.vaadin.ui.Grid.DefaultEditorErrorHandler
All Implemented Interfaces:
Grid.EditorErrorHandler, java.io.Serializable
Enclosing class:
Grid

public class Grid.DefaultEditorErrorHandler
extends java.lang.Object
implements Grid.EditorErrorHandler

Default error handler for the editor

See Also:
Serialized Form

Constructor Summary
Grid.DefaultEditorErrorHandler()
           
 
Method Summary
 void commitError(Grid.CommitErrorEvent event)
          Called when an exception occurs while the editor row is being saved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.DefaultEditorErrorHandler

public Grid.DefaultEditorErrorHandler()
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 interface Grid.EditorErrorHandler
Parameters:
event - An event providing more information about the error


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