Package com.vaadin.shared.ui.embedded
Class EmbeddedState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.AbstractEmbeddedState
-
- com.vaadin.shared.ui.embedded.EmbeddedState
-
- All Implemented Interfaces:
Serializable
public class EmbeddedState extends AbstractEmbeddedState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
altText
The component's "alt-text".String
archive
May be used to specify a space-separated list of URIs for archives containing resources relevant to the object.String
classId
May be used to specify the location of an object's implementation via a URI.String
codebase
Specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.String
codetype
The MIME-Type of the code.String
mimeType
The MIME-type of the object.Map<String,String>
parameters
Object parameters.String
standby
Specifies a message that a user agent may render while loading the object's implementation and data.int
type
The object type.-
Fields inherited from class com.vaadin.shared.ui.AbstractEmbeddedState
alternateText, SOURCE_RESOURCE
-
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 EmbeddedState()
-
-
-
Field Detail
-
type
public int type
The object type.- Since:
- 8.2
-
mimeType
public String mimeType
The MIME-type of the object.- Since:
- 8.2
-
codebase
public String codebase
Specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.- Since:
- 8.2
-
codetype
public String codetype
The MIME-Type of the code.- Since:
- 8.2
-
classId
public String classId
May be used to specify the location of an object's implementation via a URI.- Since:
- 8.2
-
archive
public String archive
May be used to specify a space-separated list of URIs for archives containing resources relevant to the object.- Since:
- 8.2
-
altText
public String altText
The component's "alt-text".- Since:
- 8.2
-
standby
public String standby
Specifies a message that a user agent may render while loading the object's implementation and data.- Since:
- 8.2
-
-