aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/CssLayoutConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-183/+0
* #8602 Added support for Map<Connector,?>Artur Signell2012-04-051-5/+6
* Moved margins to AbstractLayoutStateArtur Signell2012-04-051-19/+5
* Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-051-5/+127
* ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-051-3/+3
* Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-051-2/+3
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-0/+2
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-9/+17
* Remove UIDL parameter from many caption related methods (#8435).Henri Sara2012-03-211-2/+2
* #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-1/+1
* Organized imports and formatted all java filesArtur Signell2012-02-281-1/+1
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+63