aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Tree.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-1615/+0
|
* 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
| | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging).
* 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
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* 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
| | | | Hashtable
* 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
| | | | svn changeset:22317/svn branch:6.7
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-161-0/+35
| | | | svn changeset:20415/svn branch:6.7
* #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-211-2/+2
| | | | svn changeset:19861/svn branch:6.7
* Simplified if-else conditional for actions in Tree as well #5992John Alhroos2011-04-271-8/+1
| | | | svn changeset:18495/svn branch:6.6
* Adds context menu to empty space in Tree. #5992John Alhroos2011-04-271-5/+33
| | | | svn changeset:18488/svn branch:6.6
* merged fix for #6320Matti Tahvonen2011-04-201-1/+2
| | | | svn changeset:18415/svn branch:6.6
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-051-2/+4
| | | | svn changeset:15889/svn branch:6.5
* #5692 Generics: Tree and Table property and item ID types can be anything, ↵Henri Sara2010-10-041-16/+16
| | | | | | changeVariables() svn changeset:15340/svn branch:6.5
* fixes #5622Matti Tahvonen2010-09-211-1/+1
| | | | svn changeset:15098/svn branch:6.4
* fixes #5469Matti Tahvonen2010-09-071-12/+0
| | | | svn changeset:14764/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-7/+7
| | | | svn changeset:14496/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-3/+3
| | | | svn changeset:13932/svn branch:6.4
* - Added Ctrl+Shift multiple selection to TreeJohn Alhroos2010-05-061-1/+70
| | | | | | | | - 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
* renamed method to the related typeMatti Tahvonen2010-03-251-4/+4
| | | | svn changeset:12085/svn branch:6.3
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵Matti Tahvonen2010-03-241-9/+9
| | | | | | developer, but looks better in the code examples. svn changeset:12077/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-24/+24
| | | | svn changeset:12074/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-5/+14
| | | | svn changeset:12072/svn branch:6.3
* finished renameMatti Tahvonen2010-03-231-4/+4
| | | | svn changeset:12023/svn branch:6.3
* refactoring (renaming)Matti Tahvonen2010-03-221-3/+3
| | | | svn changeset:12018/svn branch:6.3
* Removed extra serialVersionUIDsArtur Signell2010-03-181-4/+0
| | | | svn changeset:11974/svn branch:6.3
* javadocsMatti Tahvonen2010-03-181-3/+6
| | | | svn changeset:11959/svn branch:6.3
* property id is now sent to server from table drag event + some javadocs and ↵Matti Tahvonen2010-03-181-5/+8
| | | | | | small improvements svn changeset:11958/svn branch:6.3
* DD related refactorings and javadocsMatti Tahvonen2010-03-181-9/+28
| | | | svn changeset:11952/svn branch:6.3
* some javadocsMatti Tahvonen2010-03-171-6/+30
| | | | svn changeset:11941/svn branch:6.3
* Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.Henri Sara2010-03-121-2/+5
| | | | svn changeset:11831/svn branch:6.3
* extracted helper to detect previous itemId (in children list) of the actual ↵Matti Tahvonen2010-03-051-0/+35
| | | | | | target to Tree svn changeset:11671/svn branch:6.3
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-051-23/+16
|\ | | | | | | svn changeset:11664/svn branch:6.3_dd
| * Moved Expand/Collapse method references to listener class and added Tree ↵Artur Signell2010-02-191-22/+15
| | | | | | | | | | | | listener test case svn changeset:11401/svn branch:6.3
* | changesMatti Tahvonen2010-03-041-13/+114
| | | | | | | | svn changeset:11630/svn branch:6.3_dd
* | Unified namingArtur Signell2010-02-221-36/+88
| | | | | | | | | | | | | | Added javadoc + comments about missing javadoc svn changeset:11455/svn branch:6.3_dd
* | Fixed drag mode support for TreeArtur Signell2010-02-221-7/+10
| | | | | | | | svn changeset:11449/svn branch:6.3_dd
* | removed component transferable (integrated to transferable), changed one ↵Matti Tahvonen2010-02-191-0/+1
| | | | | | | | | | | | test to use draganddropwrapper instead of dragdroppane (to be removed) svn changeset:11407/svn branch:6.3_dd
* | some refactoringMatti Tahvonen2010-02-181-28/+10
| | | | | | | | svn changeset:11384/svn branch:6.3_dd
* | new criteria + enhancementsMatti Tahvonen2010-02-181-25/+2
| | | | | | | | svn changeset:11376/svn branch:6.3_dd
* | enhancing wrapper, now horizontal drop location -> example horizontally ↵Matti Tahvonen2010-02-171-2/+2
| | | | | | | | | | | | sortable layout svn changeset:11353/svn branch:6.3_dd
* | criterion map now generated from annotations from server side counterpartMatti Tahvonen2010-02-171-0/+3
| | | | | | | | svn changeset:11350/svn branch:6.3_dd
* | styles, table drop handler, small changesMatti Tahvonen2010-02-161-1/+1
| | | | | | | | svn changeset:11339/svn branch:6.3_dd
* | small changesMatti Tahvonen2010-02-151-2/+7
| | | | | | | | svn changeset:11321/svn branch:6.3_dd
* | n:th protoMatti Tahvonen2010-02-121-13/+92
| | | | | | | | svn changeset:11292/svn branch:6.3_dd