aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/dd/VItemIdIs.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-40/+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).
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-4/+1
| | | | Renamed Paintable -> Connector.
* Organized imports and formatted all java filesArtur Signell2012-02-281-3/+3
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-5/+5
| | | accordingly
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-4/+5
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-2/+6
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* refactored AbstractSelect criteria (hopefully better names now)Matti Tahvonen2010-03-231-6/+15
| | | | svn changeset:12034/svn branch:6.3
* refactoring (renaming)Matti Tahvonen2010-03-221-1/+1
| | | | svn changeset:12018/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* changesMatti Tahvonen2010-02-191-0/+23
svn changeset:11409/svn branch:6.3_dd