aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/widgetsetutils/CustomWidgetMapGenerator.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-84/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-2/+2
|
* Reformatted all source filesArtur Signell2012-04-161-1/+2
|
* Renamed @Component to @ConnectArtur Signell2012-04-121-3/+3
| | | | @Component is not good as the server side does not have to be a Component
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-21/+21
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* refining code splitting + adding documentation. Monolithic client side is ↵Matti Tahvonen2010-06-151-0/+83
now default (6.3 style), but the package includes other generator strategies that can be thrown in for custom requirements. svn changeset:13669/svn branch:6.4