aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/CssLayoutConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-183/+0
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* #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
| | | | | Visibility change related code for captions removed from VCaption, VCaptionWrapper and VFormLayout.Caption, should be handled by removing/adding caption based on hierarchy change events.
* #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