aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/CheckBox.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-131-0/+17
| | | | Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-181-0/+7
| | | | | | | | | ProgressIndicator (#10921) * In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented. * This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064. Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-6/+6
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-2/+2
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+39
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+141