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 /shared | |
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 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/grid/GridState.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java index d223d64e7e..6ca0021817 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridState.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java @@ -92,10 +92,6 @@ public class GridState extends AbstractComponentState { @DelegateToWidget public HeightMode heightMode = HeightMode.CSS; - /** FIXME remove once selection mode communcation is done. only for testing. */ - @DelegateToWidget - public boolean selectionCheckboxes; - // instantiated just to avoid NPEs public List<String> selectedKeys = new ArrayList<String>(); |