com.vaadin.shared.ui.progressindicator
Class ProgressBarState

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.ProgressBarState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProgressIndicatorState

public class ProgressBarState
extends AbstractFieldState

SharedState for com.vaadin.ui.ProgressBar

Since:
7.1
Author:
Vaadin Ltd
See Also:
Serialized Form

Field Summary
 boolean indeterminate
           
static java.lang.String PRIMARY_STYLE_NAME
           
 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, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
ProgressBarState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY_STYLE_NAME

public static final java.lang.String PRIMARY_STYLE_NAME
See Also:
Constant Field Values

indeterminate

public boolean indeterminate

state

@NoLayout
public java.lang.Float state
Constructor Detail

ProgressBarState

public ProgressBarState()


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