aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CheckBox.java
Commit message (Collapse)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
| | | | | | 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.
* Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-121-32/+43
| | | | Added FocusAndBlurServerRpc for sending focus and blur events to any component.
* 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
| | | | Broken probably in Button hierarchy refactoring, see the old ticket #6918.
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | Default value for a CheckBox is now false and not null. RemovedArtur Signell2011-11-281-16/+2
| | | | | | | | old booleanValue as getValue() returns true/false now for all basic cases
* | 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
| | | | | | | | once CheckBox.getValue() return Boolean
| * #7964 CheckBox now extends AbstractField directly. Artur Signell2011-11-221-67/+70
|/ | | | | ClickListener is no longer available for a CheckBox. Fixed tests accordingly
* #6444 Ability to disable button on clickArtur Signell2011-07-181-0/+6
| | | | svn changeset:19820/svn branch:6.7
* #6082 Suppressed deprecation warningsArtur Signell2010-11-301-1/+3
| | | | svn changeset:16239/svn branch:6.5
* #5865. Removed some non-needed code from widgetset, prepared datefields and ↵Matti Tahvonen2010-11-041-0/+1
| | | | | | button and select for one-to-one mapping svn changeset:15867/svn branch:6.5
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-2/+3
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+103
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0