diff options
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java b/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java index 83abc5263e..283c09e67b 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java @@ -34,31 +34,6 @@ public interface GridServerRpc extends ServerRpc { boolean userOriginated); /** - * Informs the server that the editor was opened (fresh) on a certain row - * - * @param rowKey - * a key identifying item the editor was opened on - */ - void editorOpen(String rowKey); - - /** - * Informs the server that the editor was reopened (without closing it in - * between) on another row - * - * @param rowKey - * a key identifying item the editor was opened on - */ - void editorMove(String rowKey); - - /** - * Informs the server that the editor was closed - * - * @param rowKey - * a key identifying item the editor was opened on - */ - void editorClose(String rowKey); - - /** * Informs the server that an item has been clicked in Grid. * * @param rowKey |