aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/ClientWidget.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-97/+0
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-2/+2
| | | accordingly
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-2/+2
| | | Widget), VPaintableWidget (paintable connected to a widget).
* #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-21/+31
| | | | | | 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
* code splitting + client initializationMatti Tahvonen2010-06-111-2/+20
| | | | svn changeset:13651/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-0/+31
| | | | svn changeset:13561/svn branch:6.4
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-1/+15
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+21
refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332