summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/ProgressIndicator.java
Commit message (Collapse)AuthorAgeFilesLines
* Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-291-87/+18
| | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-181-0/+15
| | | | | | | | | 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-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Updated ProgressIndicator to use state and rpc (#10008)Artur Signell2012-10-241-148/+41
| | | | Change-Id: Iec3d0c4e9e1432f7dda4aae5c8c4f21cb96f08be
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-1/+1
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Reformat projectLeif Åstrand2012-09-051-1/+1
|
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-3/+3
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-2/+2
| | | 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
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+257