aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/dd/VTargetInSubtree.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-44/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-0/+1
|
* Use class references instead of class names for AcceptCriterion (#8641)Henri Sara2012-06-211-1/+2
|
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-201-0/+1
| | | | | | | 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).
* 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.
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-1/+1
| | | | Renamed Paintable -> Connector.
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-2/+2
| | | | svn changeset:13933/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-1/+2
| | | | svn changeset:13932/svn branch:6.4
* renaming criteriaMatti Tahvonen2010-03-241-0/+40
svn changeset:12074/svn branch:6.3