| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
|
|
|
|
|
|
|
| |
- Added decimal rounding also to min/max boundaries.
- Rearranged also resolution/min/max value setting in constructor.
Change-Id: Ia90fd27b95f727673c16a90fed1130d98b915ea9
|
|
|
|
| |
Change-Id: I5cc390566af38115939416591a549f06e39d3153
|
|
|
|
| |
Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
|
|
|
|
| |
Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
|
|
|
|
|
|
| |
Force diff state to contain "value", so that value changes from value
change listeners work.
Change-Id: I5b2c661f1297ec0272c150a5a9ff4ca26f19fefe
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
|
|
|
|
| |
Change-Id: Ifa4d405a86b635af12c5e6dc693d742c1a8ac68f
|
|
|
|
| |
Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
|
| |
|
| |
|
| |
|
|
|
| |
Also remove some requestRepaint calls that are no longer needed (#9325)
|
| |
|
|
|