diff options
author | Henrik Paul <henrik@vaadin.com> | 2014-06-27 12:55:45 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-07-03 07:47:53 +0000 |
commit | fdba3d43f594bb0236df022f505b64f4970885e5 (patch) | |
tree | c0e4102305e3bf083a57870c6982575a028f0525 /server | |
parent | cd3bf156c1682e17bf6474b77057eebd6521d34a (diff) | |
download | vaadin-framework-fdba3d43f594bb0236df022f505b64f4970885e5.tar.gz vaadin-framework-fdba3d43f594bb0236df022f505b64f4970885e5.zip |
Clean up test code for selection column (#13334)
Change-Id: I98963a367f05c39ad6e185ebf8a1d903efa686a2
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/ui/components/grid/Grid.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/src/com/vaadin/ui/components/grid/Grid.java b/server/src/com/vaadin/ui/components/grid/Grid.java index bc6a69e850..21cb50154f 100644 --- a/server/src/com/vaadin/ui/components/grid/Grid.java +++ b/server/src/com/vaadin/ui/components/grid/Grid.java @@ -1049,13 +1049,6 @@ public class Grid extends AbstractComponent implements SelectionChangeNotifier { } /** - * FIXME remove once selection mode communication is done. only for testing. - */ - public void setSelectionCheckboxes(boolean value) { - getState().selectionCheckboxes = value; - } - - /** * A shortcut for * <code>{@link #datasourceExtension}.{@link com.vaadin.data.RpcDataProviderExtension#getKeyMapper() getKeyMapper()}</code> */ |