aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/checkbox/CheckBoxServerRpc.java
Commit message (Collapse)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-11/+0
|
* Added missing license infoArtur Signell2012-04-121-2/+4
|
* Moved each component to its own package on client sideArtur Signell2012-04-121-0/+9
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.