From 548ee39a92ae3f148940e47cccc13d9679572b53 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 7 Oct 2015 11:48:02 +0300 Subject: Remove Grid EditorEvents and Listeners The EditorEvent API is not mature and useful enough to be present in a stable release. Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53 --- .../com/vaadin/shared/ui/grid/GridServerRpc.java | 25 ---------------------- 1 file changed, 25 deletions(-) (limited to 'shared/src') 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 @@ -33,31 +33,6 @@ public interface GridServerRpc extends ServerRpc { void sort(String[] columnIds, SortDirection[] directions, 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. * -- cgit v1.2.3