@Deprecated public class VFlash extends com.google.gwt.user.client.ui.HTML
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
protected String |
altText
Deprecated.
|
protected String |
archive
Deprecated.
|
protected String |
classId
Deprecated.
|
static String |
CLASSNAME
Deprecated.
Default classname for this widget.
|
protected String |
codebase
Deprecated.
|
protected String |
codetype
Deprecated.
|
protected Map<String,String> |
embedParams
Deprecated.
|
protected String |
height
Deprecated.
|
protected boolean |
needsRebuild
Deprecated.
Determines whether
rebuildIfNeeded() does anything. |
protected String |
source
Deprecated.
|
protected String |
standby
Deprecated.
|
protected String |
width
Deprecated.
|
| Constructor and Description |
|---|
VFlash()
Deprecated.
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
createFlashEmbed()
Deprecated.
Creates the embed String.
|
void |
rebuildIfNeeded()
Deprecated.
Call this after changing values of widget.
|
void |
setAlternateText(String altText)
Deprecated.
Sets this component's alternate text that can be presented instead of the
component's normal content for accessibility purposes.
|
void |
setArchive(String archive)
Deprecated.
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 |
setClassId(String classId)
Deprecated.
Set the class id that is required for ActiveX to recognize the flash.
|
void |
setCodebase(String codebase)
Deprecated.
This attribute specifies the base path used to resolve relative URIs
specified by the classid, data, and archive attributes.
|
void |
setCodetype(String codetype)
Deprecated.
This attribute specifies the content type of data expected when
downloading the object specified by classid.
|
void |
setEmbedParams(Map<String,String> params)
Deprecated.
Sets the map of object parameters.
|
void |
setHeight(String height)
Deprecated.
|
void |
setSlotHeightAndWidth(int slotOffsetHeight,
int slotOffsetWidth)
Deprecated.
Set dimensions of the containing layout slot so that the size of the
embed object can be calculated from percentages if needed.
|
void |
setSource(String source)
Deprecated.
Set the resource representing the Flash content that should be displayed.
|
void |
setStandby(String standby)
Deprecated.
Sets standby.
|
void |
setWidth(String width)
Deprecated.
|
getHTML, getTextOrHtml, setHTML, setHTML, setHTML, setHTML, wrapaddClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, asEditor, getDirection, getText, getTextDirection, removeClickListener, removeMouseListener, removeMouseWheelListener, setDirection, setText, setTextgetAutoHorizontalAlignment, getDirectionEstimator, getHorizontalAlignment, getWordWrap, setAutoHorizontalAlignment, setDirectionEstimator, setDirectionEstimator, setHorizontalAlignment, setWordWrap, updateHorizontalAlignmentaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String CLASSNAME
protected String source
setSource(String)protected String altText
setAlternateText(String)protected String classId
setClassId(String)protected String codebase
setCodebase(String)protected String codetype
setCodetype(String)protected String standby
setStandby(String)protected String archive
setArchive(String)protected Map<String,String> embedParams
setEmbedParams(Map)protected boolean needsRebuild
rebuildIfNeeded() does anything.protected String width
setWidth(String)protected String height
setHeight(String)public void setSource(String source)
source - the resource URLpublic void setAlternateText(String altText)
altText - a short, human-readable description of this component's
contentpublic void setClassId(String classId)
classId - the classIdpublic void setCodebase(String codebase)
codebase - The base pathsetClassId(String),
setArchive(String)public void setCodetype(String codetype)
codetype - the codetype to set.public void setStandby(String standby)
standby - the standby textpublic void setArchive(String archive)
archive - Space-separated list of URIs with resources relevant to the
objectpublic void rebuildIfNeeded()
public void setWidth(String width)
setWidth in class com.google.gwt.user.client.ui.UIObjectpublic void setHeight(String height)
setHeight in class com.google.gwt.user.client.ui.UIObjectpublic void setEmbedParams(Map<String,String> params)
params - the parameter mappublic void setSlotHeightAndWidth(int slotOffsetHeight,
int slotOffsetWidth)
slotOffsetHeight - offset height of the layout slotslotOffsetWidth - offset width of the layout slotprotected String createFlashEmbed()
Copyright © 2023 Vaadin Ltd. All rights reserved.