| Package | Description |
|---|---|
| com.vaadin.client.widget.grid |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorHandler.bind(EditorHandler.EditorRequest<T> request)
Binds row data to the editor widgets.
|
void |
EditorHandler.cancel(EditorHandler.EditorRequest<T> request,
boolean afterBeingSaved)
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.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.