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