Class ProgressBarState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.TabIndexState
-
- com.vaadin.shared.AbstractFieldState
-
- com.vaadin.shared.ui.progressindicator.ProgressBarState
-
- All Implemented Interfaces:
Serializable
public class ProgressBarState extends AbstractFieldState
SharedState
forProgressBar
.- Since:
- 7.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
indeterminate
static String
PRIMARY_STYLE_NAME
float
state
-
Fields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, required
-
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
-
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 ProgressBarState()
-
-
-
Field Detail
-
PRIMARY_STYLE_NAME
public static final String PRIMARY_STYLE_NAME
- See Also:
- Constant Field Values
-
indeterminate
public boolean indeterminate
-
state
@NoLayout public float state
-
-