com.vaadin.shared.ui.progressindicator
Class ProgressIndicatorState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.AbstractFieldState
                  extended by com.vaadin.shared.ui.progressindicator.ProgressIndicatorState
All Implemented Interfaces:
java.io.Serializable

public class ProgressIndicatorState
extends AbstractFieldState

See Also:
Serialized Form

Field Summary
 boolean indeterminate
           
 int pollingInterval
           
 java.lang.Float state
           
 
Fields inherited from class com.vaadin.shared.AbstractFieldState
hideErrors, modified, propertyReadOnly, required
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
ProgressIndicatorState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indeterminate

public boolean indeterminate

pollingInterval

public int pollingInterval

state

public java.lang.Float state
Constructor Detail

ProgressIndicatorState

public ProgressIndicatorState()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.