aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Slider.java
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with Luna SR2Artur Signell2015-06-261-1/+1
| | | | Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
* Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-261-28/+30
| | | | | | | - Added decimal rounding also to min/max boundaries. - Rearranged also resolution/min/max value setting in constructor. Change-Id: Ia90fd27b95f727673c16a90fed1130d98b915ea9
* Fix Declarative support for Slider (#17196)Johannes Dahlström2015-03-241-0/+38
| | | | Change-Id: I5cc390566af38115939416591a549f06e39d3153
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+10
| | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
| | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-3/+15
| | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-261-8/+2
| | | | Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-4/+9
| | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
| | | | | | | Force diff state to contain "value", so that value changes from value change listeners work. Change-Id: I5b2c661f1297ec0272c150a5a9ff4ca26f19fefe
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-181-0/+16
| | | | | | | | | 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
* Removed outdated code example from javadocArtur Signell2012-11-221-31/+0
| | | | Change-Id: Ifa4d405a86b635af12c5e6dc693d742c1a8ac68f
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-7/+2
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-18/+18
|
* Fixes StackOverflow in SliderJohn Ahlroos2012-08-281-1/+1
|
* Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-241-109/+63
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-4/+4
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* 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/+372