aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/checkbox
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-132-203/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-273-33/+5
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* Tooltips are now handled by the connector and not the widget (#8425)Sami Viitanen2012-06-281-4/+0
|
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-111-7/+0
|
* Renamed @Component to @ConnectArtur Signell2012-04-121-2/+2
| | | | @Component is not good as the server side does not have to be a Component
* Added missing license infoArtur Signell2012-04-122-2/+7
|
* Moved each component to its own package on client sideArtur Signell2012-04-124-0/+234
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.