|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditorClientRpc
An RPC interface for the grid editor server-to-client communications.
| Method Summary | |
|---|---|
void |
bind(int rowIndex)
Tells the client to open the editor and bind data to it. |
void |
cancel(int rowIndex)
Tells the client to cancel editing and hide the editor. |
void |
confirmBind(boolean bindSucceeded)
Confirms a pending bind request sent by
the client. |
void |
confirmSave(boolean saveSucceeded,
java.lang.String errorMessage,
java.util.List<java.lang.String> errorColumnsIds)
Confirms a pending save request sent by
the client. |
| Method Detail |
|---|
void bind(int rowIndex)
rowIndex - the index of the edited rowvoid cancel(int rowIndex)
rowIndex - the index of the edited rowvoid confirmBind(boolean bindSucceeded)
bind request sent by
the client.
bindSucceeded - true iff the bind action was successful
void confirmSave(boolean saveSucceeded,
java.lang.String errorMessage,
java.util.List<java.lang.String> errorColumnsIds)
save request sent by
the client.
saveSucceeded - true iff the save action was successfulerrorMessage - the error message to show the usererrorColumnsIds - a list of column keys that should get error markers, or
null if there should be no error markers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||