]> source.dussan.org Git - vaadin-framework.git/commitdiff
added default values for progressIndicator
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 18 Jan 2007 07:55:55 +0000 (07:55 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 18 Jan 2007 07:55:55 +0000 (07:55 +0000)
svn changeset:285/svn branch:toolkit

src/com/itmill/toolkit/ui/ProgressIndicator.java

index 6df5061b3d013dfdd2cf7bb08cc338f8fe8ce035..f2bc16098c3e9c3d0f61440ff501cb22970716da 100644 (file)
@@ -62,11 +62,11 @@ public class ProgressIndicator
         */
        public static final int CONTENT_PREFORMATTED = 1;
        
-       private boolean indeterminate;
+       private boolean indeterminate = false;
 
        private Property dataSource;
 
-       private int pollingInterval;
+       private int pollingInterval = 1000;
 
        /** Creates an a new ProgressIndicator. */
        public ProgressIndicator() {