aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/metadata
Commit message (Collapse)AuthorAgeFilesLines
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵Artur Signell2012-08-2915-1497/+0
| | | | com.vaadin.server.widgetsetutils (#9431)
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-294-11/+11
|
* Include UnknownComponentConnector in eager ConnectorBundle (#9371)Leif Åstrand2012-08-282-5/+11
|
* Make it possible to delegate state changes to widget (#9297)Leif Åstrand2012-08-246-5/+83
|
* Support using public fields in state classes (#9324)Leif Åstrand2012-08-222-0/+78
|
* Use ConnectorBundle for JSON encoding and decoding (#9371)Leif Åstrand2012-08-2211-36/+836
|
* Use ConnectorBundle for ServerRpc handling (#9371)Leif Åstrand2012-08-222-0/+85
|
* Don't generate widget creator if there's a createWidget method (#9371)Leif Åstrand2012-08-221-0/+11
|
* Use ConnectorBundle for ClientRpc handling (#9371)Leif Åstrand2012-08-222-17/+101
|
* Add logging and tweak visitor API (#9371)Leif Åstrand2012-08-225-70/+129
|
* Use ConnectorBundle for creating state and widget (#9371)Leif Åstrand2012-08-225-25/+158
|
* Initial ConnectorBundle implementation (#9371)Leif Åstrand2012-08-223-0/+163