summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2011-05-04 11:51:09 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2011-05-04 11:51:09 +0000
commitf71e4e0dadef1b16df391d1710721aa4c428f8d4 (patch)
treeb4f2c062cd8fba406170ade10a50c3fc662adf1b /src/com/vaadin/ui
parent125fb56e4bb2e6f0b850278006714912018db65f (diff)
downloadvaadin-framework-f71e4e0dadef1b16df391d1710721aa4c428f8d4.tar.gz
vaadin-framework-f71e4e0dadef1b16df391d1710721aa4c428f8d4.zip
Table is now in multiselectmode.SIMPLE always on touch devices.
svn changeset:18626/svn branch:6.6
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r--src/com/vaadin/ui/Table.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java
index 93987cff35..738f9c53c5 100644
--- a/src/com/vaadin/ui/Table.java
+++ b/src/com/vaadin/ui/Table.java
@@ -3815,6 +3815,10 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Sets the behavior of how the multi-select mode should behave when the
* table is both selectable and in multi-select mode.
+ * <p>
+ * Note, that on some clients the mode may not be respected. E.g. on touch
+ * based devices CTRL/SHIFT base selection method is invalid, so touch based
+ * browsers always use the {@link MultiSelectMode#SIMPLE}.
*
* @param mode
* The select mode of the table