]> source.dussan.org Git - vaadin-framework.git/commit
Remove Grid EditorEvents and Listeners
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 7 Oct 2015 08:48:02 +0000 (11:48 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Wed, 7 Oct 2015 09:29:59 +0000 (09:29 +0000)
commit548ee39a92ae3f148940e47cccc13d9679572b53
treecb64d40464f42d3b4149d14b464f72053a8b0965
parent869b795e6478c34e6593b5f6ace2fe265973ebbd
Remove Grid EditorEvents and Listeners

The EditorEvent API is not mature and useful enough to be present in a
stable release.

Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53
client/src/com/vaadin/client/connectors/GridConnector.java
client/src/com/vaadin/client/widget/grid/DefaultEditorEventHandler.java
client/src/com/vaadin/client/widget/grid/events/EditorCloseEvent.java [deleted file]
client/src/com/vaadin/client/widget/grid/events/EditorEvent.java [deleted file]
client/src/com/vaadin/client/widget/grid/events/EditorEventHandler.java [deleted file]
client/src/com/vaadin/client/widget/grid/events/EditorMoveEvent.java [deleted file]
client/src/com/vaadin/client/widget/grid/events/EditorOpenEvent.java [deleted file]
client/src/com/vaadin/client/widgets/Grid.java
server/src/com/vaadin/ui/Grid.java
shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java