Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 2 | -58/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+1 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+2 |
| | |||||
* | State is now created using generators, removed setState (#8502) | Artur Signell | 2012-05-11 | 1 | -7/+0 |
| | |||||
* | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 1 | -3/+3 |
| | | | | @Component is not good as the server side does not have to be a Component | ||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 2 | -0/+64 |
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. |