summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Tree.java
Commit message (Expand)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+17
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-201-5/+0
* Removed deprecated interface (#8169)Artur Signell2012-04-121-3/+1
* Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-1/+0
* Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-3/+3
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-9/+8
* Use constants for some more UIDL attribute names.Henri Sara2012-02-221-5/+11
* Split Tree into widget + paintableArtur Signell2012-01-311-1/+2
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-6/+6
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-161-0/+35
* #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-211-2/+2
* Simplified if-else conditional for actions in Tree as well #5992John Alhroos2011-04-271-8/+1
* Adds context menu to empty space in Tree. #5992John Alhroos2011-04-271-5/+33
* merged fix for #6320Matti Tahvonen2011-04-201-1/+2
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-051-2/+4
* #5692 Generics: Tree and Table property and item ID types can be anything, ch...Henri Sara2010-10-041-16/+16
* fixes #5622Matti Tahvonen2010-09-211-1/+1
* fixes #5469Matti Tahvonen2010-09-071-12/+0
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-7/+7
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-3/+3
* - Added Ctrl+Shift multiple selection to TreeJohn Alhroos2010-05-061-1/+70
* renamed method to the related typeMatti Tahvonen2010-03-251-4/+4
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ...Matti Tahvonen2010-03-241-9/+9
* renaming criteriaMatti Tahvonen2010-03-241-24/+24
* renaming criteriaMatti Tahvonen2010-03-241-5/+14
* finished renameMatti Tahvonen2010-03-231-4/+4
* refactoring (renaming)Matti Tahvonen2010-03-221-3/+3
* Removed extra serialVersionUIDsArtur Signell2010-03-181-4/+0
* javadocsMatti Tahvonen2010-03-181-3/+6
* property id is now sent to server from table drag event + some javadocs and s...Matti Tahvonen2010-03-181-5/+8
* DD related refactorings and javadocsMatti Tahvonen2010-03-181-9/+28
* some javadocsMatti Tahvonen2010-03-171-6/+30
* Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.Henri Sara2010-03-121-2/+5
* extracted helper to detect previous itemId (in children list) of the actual t...Matti Tahvonen2010-03-051-0/+35
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-051-23/+16
|\
| * Moved Expand/Collapse method references to listener class and added Tree list...Artur Signell2010-02-191-22/+15
* | changesMatti Tahvonen2010-03-041-13/+114
* | Unified namingArtur Signell2010-02-221-36/+88
* | Fixed drag mode support for TreeArtur Signell2010-02-221-7/+10
* | removed component transferable (integrated to transferable), changed one test...Matti Tahvonen2010-02-191-0/+1
* | some refactoringMatti Tahvonen2010-02-181-28/+10
* | new criteria + enhancementsMatti Tahvonen2010-02-181-25/+2
* | enhancing wrapper, now horizontal drop location -> example horizontally sorta...Matti Tahvonen2010-02-171-2/+2
* | criterion map now generated from annotations from server side counterpartMatti Tahvonen2010-02-171-0/+3
* | styles, table drop handler, small changesMatti Tahvonen2010-02-161-1/+1
* | small changesMatti Tahvonen2010-02-151-2/+7
* | n:th protoMatti Tahvonen2010-02-121-13/+92
* | Transferrable -> TransferableArtur Signell2010-02-021-21/+24