public class EmbeddedState extends AbstractEmbeddedState
| Modifier and Type | Field and 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.
|
alternateText, SOURCE_RESOURCEcaption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
EmbeddedState() |
public int type
public String mimeType
public String codebase
public String codetype
public String classId
public String archive
public String altText
public String standby
Copyright © 2021 Vaadin Ltd. All rights reserved.