summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-10-07 11:48:02 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2015-10-07 09:29:59 +0000
commit548ee39a92ae3f148940e47cccc13d9679572b53 (patch)
treecb64d40464f42d3b4149d14b464f72053a8b0965 /shared
parent869b795e6478c34e6593b5f6ace2fe265973ebbd (diff)
downloadvaadin-framework-548ee39a92ae3f148940e47cccc13d9679572b53.tar.gz
vaadin-framework-548ee39a92ae3f148940e47cccc13d9679572b53.zip
Remove Grid EditorEvents and Listeners
The EditorEvent API is not mature and useful enough to be present in a stable release. Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java25
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