|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.AbstractClientConnector
com.vaadin.ui.AbstractComponent
com.vaadin.ui.AbstractEmbedded
com.vaadin.ui.Flash
public class Flash
A component for displaying Adobe® Flash® content.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.vaadin.ui.Component |
---|
Component.ErrorEvent, Component.Event, Component.Focusable, Component.Listener |
Nested classes/interfaces inherited from interface com.vaadin.server.ClientConnector |
---|
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListener |
Nested classes/interfaces inherited from interface com.vaadin.server.Sizeable |
---|
Sizeable.Unit |
Field Summary |
---|
Fields inherited from interface com.vaadin.server.Sizeable |
---|
SIZE_UNDEFINED, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS |
Constructor Summary | |
---|---|
Flash()
Creates a new empty Flash component. |
|
Flash(java.lang.String caption)
Creates a new empty Flash component with the given caption |
|
Flash(java.lang.String caption,
Resource source)
Creates a new Flash component with the given caption and content. |
Method Summary | |
---|---|
java.lang.String |
getParameter(java.lang.String name)
Gets the value of an object parameter. |
protected com.vaadin.shared.ui.flash.FlashState |
getState()
Returns the shared state bean with information to be sent from the server to the client. |
void |
removeParameter(java.lang.String name)
Removes an object parameter from the list. |
void |
setArchive(java.lang.String archive)
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes. |
void |
setCodebase(java.lang.String codebase)
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes. |
void |
setCodetype(java.lang.String codetype)
This attribute specifies the content type of data expected when downloading the object specified by classid. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Sets an object parameter. |
void |
setStandby(java.lang.String standby)
|
Methods inherited from class com.vaadin.ui.AbstractEmbedded |
---|
getAlternateText, getSource, setAlternateText, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.vaadin.ui.Component |
---|
getUI |
Methods inherited from interface com.vaadin.server.ClientConnector |
---|
addAttachListener, addDetachListener, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler |
Methods inherited from interface com.vaadin.shared.Connector |
---|
getConnectorId |
Constructor Detail |
---|
public Flash()
public Flash(java.lang.String caption)
caption
- The caption for the componentpublic Flash(java.lang.String caption, Resource source)
caption
- The caption for the componentsource
- A Resource representing the Flash content that should be
displayedMethod Detail |
---|
protected com.vaadin.shared.ui.flash.FlashState getState()
AbstractComponent
getState
in class AbstractEmbedded
public void setCodebase(java.lang.String codebase)
codebase
- The base pathpublic void setCodetype(java.lang.String codetype)
codetype
- the codetype to set.public void setArchive(java.lang.String archive)
archive
- Space-separated list of URIs with resources relevant to the
objectpublic void setStandby(java.lang.String standby)
public void setParameter(java.lang.String name, java.lang.String value)
name
- the name of the parameter.value
- the value of the parameter.public java.lang.String getParameter(java.lang.String name)
public void removeParameter(java.lang.String name)
name
- the name of the parameter to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |