]> source.dussan.org Git - vaadin-framework.git/commit
Extract ProgressBar and deprecate ProgressIndicator (#11925)
authorLeif Åstrand <leif@vaadin.com>
Tue, 28 May 2013 08:01:31 +0000 (11:01 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 29 May 2013 13:27:13 +0000 (13:27 +0000)
commit91182e237f2f4f8784582887970c32b5be3ad7c5
treed923209e9ae4d9aa22bcdf953520de6d2e94048e
parent5e548ae0dd34a34f6d463af2acc06bd735f957d4
Extract ProgressBar and deprecate ProgressIndicator (#11925)

Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
client/src/com/vaadin/client/ui/VProgressBar.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/VProgressIndicator.java
client/src/com/vaadin/client/ui/progressindicator/ProgressBarConnector.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/progressindicator/ProgressIndicatorConnector.java
server/src/com/vaadin/ui/ProgressBar.java [new file with mode: 0644]
server/src/com/vaadin/ui/ProgressIndicator.java
shared/src/com/vaadin/shared/ui/progressindicator/ProgressBarState.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/progressindicator/ProgressIndicatorState.java
uitest/src/com/vaadin/tests/components/progressindicator/ProgressBarTest.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/progressindicator/ProgressBarTest.java [new file with mode: 0644]