aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/customcomponent
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-132-58/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-2/+2
|
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-111-7/+0
|
* Renamed @Component to @ConnectArtur Signell2012-04-121-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 sideArtur Signell2012-04-122-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.