Uses of Interface
com.vaadin.client.widget.grid.EditorHandler
-
Packages that use EditorHandler Package Description com.vaadin.client.widgets -
-
Uses of EditorHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return EditorHandler Modifier and Type Method Description EditorHandler<T>Grid. getEditorHandler()Returns the handler responsible for binding data and editor widgets to the editor.EditorHandler<T>Grid.Editor. getHandler()Returns the handler responsible for binding data and editor widgets to this editor.Methods in com.vaadin.client.widgets with parameters of type EditorHandler Modifier and Type Method Description voidGrid. setEditorHandler(EditorHandler<T> handler)Sets the handler responsible for binding data and editor widgets to the editor.voidGrid.Editor. setHandler(EditorHandler<T> rowHandler)Sets the handler responsible for binding data and editor widgets to this editor.
-