Package com.vaadin.shared.ui.flash
Class FlashState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.AbstractEmbeddedState
-
- com.vaadin.shared.ui.flash.FlashState
-
- All Implemented Interfaces:
Serializable
public class FlashState extends AbstractEmbeddedState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
archive
String
classId
String
codebase
String
codetype
Map<String,String>
embedParams
String
standby
-
Fields inherited from class com.vaadin.shared.ui.AbstractEmbeddedState
alternateText, SOURCE_RESOURCE
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description FlashState()
-