Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -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 Signell | 2012-04-05 | 1 | -5/+6 |
| | |||||
* | Moved margins to AbstractLayoutState | Artur Signell | 2012-04-05 | 1 | -19/+5 |
| | |||||
* | Updated CssLayout to use new state and hierarchy change events | Artur Signell | 2012-04-05 | 1 | -5/+127 |
| | |||||
* | ServerConnector is no longer a Paintable, components using updateFromUidl are | Artur Signell | 2012-04-05 | 1 | -3/+3 |
| | |||||
* | Generator to ease initialization of client to server rpc proxies | Artur Signell | 2012-04-05 | 1 | -2/+3 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -0/+2 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -9/+17 |
| | |||||
* | Remove UIDL parameter from many caption related methods (#8435). | Henri Sara | 2012-03-21 | 1 | -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 state | Artur Signell | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -0/+63 |