Uses of Interface
com.vaadin.ui.Grid.EditorErrorHandler
-
Packages that use Grid.EditorErrorHandler Package Description com.vaadin.ui -
-
Uses of Grid.EditorErrorHandler in com.vaadin.ui
Classes in com.vaadin.ui that implement Grid.EditorErrorHandler Modifier and Type Class Description class
Grid.DefaultEditorErrorHandler
Default error handler for the editorMethods in com.vaadin.ui that return Grid.EditorErrorHandler Modifier and Type Method Description Grid.EditorErrorHandler
Grid. getEditorErrorHandler()
Gets the error handler used for the editorMethods in com.vaadin.ui with parameters of type Grid.EditorErrorHandler Modifier and Type Method Description void
Grid. setEditorErrorHandler(Grid.EditorErrorHandler editorErrorHandler)
Sets the error handler for the editor.
-