aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CheckBox.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-141/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-3/+3
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
* Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-121-32/+43
* Component no longer implements PaintableArtur Signell2012-04-121-6/+3
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-1/+2
* Corrected paintable referencesArtur Signell2012-01-301-1/+1
* Re-added deprecated booleanValue() to ease migrationArtur Signell2011-12-201-0/+13
* Fix null handling for CheckBox.Henri Sara2011-12-131-1/+3
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | Default value for a CheckBox is now false and not null. RemovedArtur Signell2011-11-281-16/+2
* | Merge branch 'master' into databindingArtur Signell2011-11-241-68/+87
|\ \ | |/ |/|
| * FIXME comment for the futureArtur Signell2011-11-221-0/+3
| * #7964 Added booleanValue() to CheckBox for now. Can probably be removedArtur Signell2011-11-221-1/+14
| * #7964 CheckBox now extends AbstractField directly. Artur Signell2011-11-221-67/+70
|/
* #6444 Ability to disable button on clickArtur Signell2011-07-181-0/+6
* #6082 Suppressed deprecation warningsArtur Signell2010-11-301-1/+3
* #5865. Removed some non-needed code from widgetset, prepared datefields and b...Matti Tahvonen2010-11-041-0/+1
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-2/+3
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+103