]> source.dussan.org Git - vaadin-framework.git/commit
- Added Ctrl+Shift multiple selection to Tree
authorJohn Alhroos <john.ahlroos@itmill.com>
Thu, 6 May 2010 13:32:45 +0000 (13:32 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Thu, 6 May 2010 13:32:45 +0000 (13:32 +0000)
commit57e9ad50450a4ed3c9661d123f38cc6c4c4fb7ed
tree94780b39e2bf46afaf3ad209b5f36c2d1e39dd0c
parente206775cb4c2b963ec91c4e05f218935276a884c
- Added Ctrl+Shift multiple selection to Tree
- Moved MultiSelectMode enum to AbstractSelect
- Added test application for Tree ctrl+Shift selection
- Added keyboard navigation sample to the Sampler feature set

svn changeset:13070/svn branch:6.4
src/com/vaadin/terminal/gwt/client/ui/VTree.java
src/com/vaadin/ui/AbstractSelect.java
src/com/vaadin/ui/Table.java
src/com/vaadin/ui/Tree.java
tests/src/com/vaadin/tests/components/tree/CtrlShiftMultiselect.java [new file with mode: 0644]
tests/src/com/vaadin/tests/server/component/table/TestMultipleSelection.java