aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/dd/VAnd.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-42/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-0/+1
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-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).
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* refactoring (renaming)Matti Tahvonen2010-03-221-1/+1
| | | | svn changeset:12018/svn branch:6.3
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-171-34/+12
| | | | svn changeset:11929/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* some refactoringMatti Tahvonen2010-02-181-15/+15
| | | | svn changeset:11384/svn branch:6.3_dd
* fixed english problem with criterion pluralMatti Tahvonen2010-02-181-5/+5
| | | | svn changeset:11377/svn branch:6.3_dd
* criterion map now generated from annotations from server side counterpartMatti Tahvonen2010-02-171-0/+57
svn changeset:11350/svn branch:6.3_dd