Uses of Interface
com.vaadin.ui.components.grid.EditorErrorGenerator
-
Packages that use EditorErrorGenerator Package Description com.vaadin.ui.components.grid -
-
Uses of EditorErrorGenerator in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return EditorErrorGenerator Modifier and Type Method Description EditorErrorGenerator<T>Editor. getErrorGenerator()Gets the error message generator of this editor.EditorErrorGenerator<T>EditorImpl. getErrorGenerator()Methods in com.vaadin.ui.components.grid with parameters of type EditorErrorGenerator Modifier and Type Method Description Editor<T>Editor. setErrorGenerator(EditorErrorGenerator<T> errorGenerator)Sets the error message generator for this editor.Editor<T>EditorImpl. setErrorGenerator(EditorErrorGenerator<T> errorGenerator)
-