Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -1615/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+17 |
| | |||||
* | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 1 | -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 Signell | 2012-04-12 | 1 | -3/+1 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -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 Sara | 2012-04-04 | 1 | -1/+0 |
| | |||||
* | Added generics to KeyMapper and made it based on HashMap instead of | Artur Signell | 2012-03-21 | 1 | -3/+3 |
| | | | | Hashtable | ||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -9/+8 |
| | |||||
* | Use constants for some more UIDL attribute names. | Henri Sara | 2012-02-22 | 1 | -5/+11 |
| | |||||
* | Split Tree into widget + paintable | Artur Signell | 2012-01-31 | 1 | -1/+2 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -6/+6 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Tooltips for Tree + Testbech test for them #6637 | John Alhroos | 2011-08-16 | 1 | -0/+35 |
| | | | | svn changeset:20415/svn branch:6.7 | ||||
* | #7220 TreeTable support for Expand/Collapse events | Artur Signell | 2011-07-21 | 1 | -2/+2 |
| | | | | svn changeset:19861/svn branch:6.7 | ||||
* | Simplified if-else conditional for actions in Tree as well #5992 | John Alhroos | 2011-04-27 | 1 | -8/+1 |
| | | | | svn changeset:18495/svn branch:6.6 | ||||
* | Adds context menu to empty space in Tree. #5992 | John Alhroos | 2011-04-27 | 1 | -5/+33 |
| | | | | svn changeset:18488/svn branch:6.6 | ||||
* | merged fix for #6320 | Matti Tahvonen | 2011-04-20 | 1 | -1/+2 |
| | | | | svn changeset:18415/svn branch:6.6 | ||||
* | #5821 - ItemClickSource should be ItemClickNotifier | Artur Signell | 2010-11-05 | 1 | -2/+4 |
| | | | | svn changeset:15889/svn branch:6.5 | ||||
* | #5692 Generics: Tree and Table property and item ID types can be anything, ↵ | Henri Sara | 2010-10-04 | 1 | -16/+16 |
| | | | | | | changeVariables() svn changeset:15340/svn branch:6.5 | ||||
* | fixes #5622 | Matti Tahvonen | 2010-09-21 | 1 | -1/+1 |
| | | | | svn changeset:15098/svn branch:6.4 | ||||
* | fixes #5469 | Matti Tahvonen | 2010-09-07 | 1 | -12/+0 |
| | | | | svn changeset:14764/svn branch:6.4 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -7/+7 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 1 | -3/+3 |
| | | | | svn changeset:13932/svn branch:6.4 | ||||
* | - Added Ctrl+Shift multiple selection to Tree | John Alhroos | 2010-05-06 | 1 | -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 type | Matti Tahvonen | 2010-03-25 | 1 | -4/+4 |
| | | | | svn changeset:12085/svn branch:6.3 | ||||
* | renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵ | Matti Tahvonen | 2010-03-24 | 1 | -9/+9 |
| | | | | | | developer, but looks better in the code examples. svn changeset:12077/svn branch:6.3 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -24/+24 |
| | | | | svn changeset:12074/svn branch:6.3 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -5/+14 |
| | | | | svn changeset:12072/svn branch:6.3 | ||||
* | finished rename | Matti Tahvonen | 2010-03-23 | 1 | -4/+4 |
| | | | | svn changeset:12023/svn branch:6.3 | ||||
* | refactoring (renaming) | Matti Tahvonen | 2010-03-22 | 1 | -3/+3 |
| | | | | svn changeset:12018/svn branch:6.3 | ||||
* | Removed extra serialVersionUIDs | Artur Signell | 2010-03-18 | 1 | -4/+0 |
| | | | | svn changeset:11974/svn branch:6.3 | ||||
* | javadocs | Matti Tahvonen | 2010-03-18 | 1 | -3/+6 |
| | | | | svn changeset:11959/svn branch:6.3 | ||||
* | property id is now sent to server from table drag event + some javadocs and ↵ | Matti Tahvonen | 2010-03-18 | 1 | -5/+8 |
| | | | | | | small improvements svn changeset:11958/svn branch:6.3 | ||||
* | DD related refactorings and javadocs | Matti Tahvonen | 2010-03-18 | 1 | -9/+28 |
| | | | | svn changeset:11952/svn branch:6.3 | ||||
* | some javadocs | Matti Tahvonen | 2010-03-17 | 1 | -6/+30 |
| | | | | svn changeset:11941/svn branch:6.3 | ||||
* | Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable. | Henri Sara | 2010-03-12 | 1 | -2/+5 |
| | | | | svn changeset:11831/svn branch:6.3 | ||||
* | extracted helper to detect previous itemId (in children list) of the actual ↵ | Matti Tahvonen | 2010-03-05 | 1 | -0/+35 |
| | | | | | | target to Tree svn changeset:11671/svn branch:6.3 | ||||
* | merged changes from 6.3 + some container related changes | Matti Tahvonen | 2010-03-05 | 1 | -23/+16 |
|\ | | | | | | | svn changeset:11664/svn branch:6.3_dd | ||||
| * | Moved Expand/Collapse method references to listener class and added Tree ↵ | Artur Signell | 2010-02-19 | 1 | -22/+15 |
| | | | | | | | | | | | | listener test case svn changeset:11401/svn branch:6.3 | ||||
* | | changes | Matti Tahvonen | 2010-03-04 | 1 | -13/+114 |
| | | | | | | | | svn changeset:11630/svn branch:6.3_dd | ||||
* | | Unified naming | Artur Signell | 2010-02-22 | 1 | -36/+88 |
| | | | | | | | | | | | | | | Added javadoc + comments about missing javadoc svn changeset:11455/svn branch:6.3_dd | ||||
* | | Fixed drag mode support for Tree | Artur Signell | 2010-02-22 | 1 | -7/+10 |
| | | | | | | | | svn changeset:11449/svn branch:6.3_dd | ||||
* | | removed component transferable (integrated to transferable), changed one ↵ | Matti Tahvonen | 2010-02-19 | 1 | -0/+1 |
| | | | | | | | | | | | | test to use draganddropwrapper instead of dragdroppane (to be removed) svn changeset:11407/svn branch:6.3_dd | ||||
* | | some refactoring | Matti Tahvonen | 2010-02-18 | 1 | -28/+10 |
| | | | | | | | | svn changeset:11384/svn branch:6.3_dd | ||||
* | | new criteria + enhancements | Matti Tahvonen | 2010-02-18 | 1 | -25/+2 |
| | | | | | | | | svn changeset:11376/svn branch:6.3_dd | ||||
* | | enhancing wrapper, now horizontal drop location -> example horizontally ↵ | Matti Tahvonen | 2010-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | sortable layout svn changeset:11353/svn branch:6.3_dd | ||||
* | | criterion map now generated from annotations from server side counterpart | Matti Tahvonen | 2010-02-17 | 1 | -0/+3 |
| | | | | | | | | svn changeset:11350/svn branch:6.3_dd | ||||
* | | styles, table drop handler, small changes | Matti Tahvonen | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | svn changeset:11339/svn branch:6.3_dd | ||||
* | | small changes | Matti Tahvonen | 2010-02-15 | 1 | -2/+7 |
| | | | | | | | | svn changeset:11321/svn branch:6.3_dd | ||||
* | | n:th proto | Matti Tahvonen | 2010-02-12 | 1 | -13/+92 |
| | | | | | | | | svn changeset:11292/svn branch:6.3_dd |