|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditorServerRpc
An RPC interface for the grid editor client-to-server communications.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 row
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||