Class ProgressIndicatorState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.v7.shared.AbstractLegacyComponentState
-
- com.vaadin.v7.shared.AbstractFieldState
-
- com.vaadin.v7.shared.ui.progressindicator.ProgressBarState
-
- com.vaadin.v7.shared.ui.progressindicator.ProgressIndicatorState
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ProgressIndicatorState extends ProgressBarState
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intpollingIntervalDeprecated.static StringPRIMARY_STYLE_NAMEDeprecated.-
Fields inherited from class com.vaadin.v7.shared.ui.progressindicator.ProgressBarState
indeterminate, state
-
Fields inherited from class com.vaadin.v7.shared.AbstractFieldState
focusDelegate, hideErrors, modified, propertyReadOnly, required, tabIndex
-
Fields inherited from class com.vaadin.v7.shared.AbstractLegacyComponentState
immediate, readOnly
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description ProgressIndicatorState()Deprecated.
-
-
-
Field Detail
-
PRIMARY_STYLE_NAME
public static final String PRIMARY_STYLE_NAME
Deprecated.- See Also:
- Constant Field Values
-
pollingInterval
@NoLayout public int pollingInterval
Deprecated.
-
-