Uses of Interface
com.vaadin.v7.client.widget.grid.EditorHandler.EditorRequest
-
Packages that use EditorHandler.EditorRequest Package Description com.vaadin.v7.client.widget.grid -
-
Uses of EditorHandler.EditorRequest in com.vaadin.v7.client.widget.grid
Methods in com.vaadin.v7.client.widget.grid with parameters of type EditorHandler.EditorRequest Modifier and Type Method Description voidEditorHandler. bind(EditorHandler.EditorRequest<T> request)Binds row data to the editor widgets.voidEditorHandler. cancel(EditorHandler.EditorRequest<T> request)Called by the editor when editing is cancelled.voidEditorHandler. save(EditorHandler.EditorRequest<T> request)Commits changes in the currently active edit to the data source.
-