public interface EditorServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
bind(int rowIndex)
Asks the server to open the editor and bind data to it.
|
void |
cancel(int rowIndex)
Tells the server to cancel editing.
|
void |
save(int rowIndex)
Asks the server to save unsaved changes in the editor to the data source.
|
void bind(int rowIndex)
confirm call before the client can
open the editor.rowIndex - the index of the edited rowvoid save(int rowIndex)
confirm call.rowIndex - the index of the edited rowvoid cancel(int rowIndex)
rowIndex - the index of the edited rowCopyright © 2021 Vaadin Ltd. All rights reserved.