|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.extjs.gxt.ui.client.widget.Component
com.extjs.gxt.ui.client.widget.BoxComponent
com.extjs.gxt.ui.client.widget.flash.FlashComponent
public class FlashComponent
Base class for components that embed a flash object.
| Nested Class Summary | |
|---|---|
static class |
FlashComponent.WMode
|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
FlashComponent(java.lang.String url)
Creates a new flash component. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressInstall()
Gets the express install url. |
java.lang.String |
getFlashVersion()
Returns the flash version. |
java.lang.String |
getSwfHeight()
Returns the width of the flash object. |
java.lang.String |
getSwfId()
Returns the flash id. |
java.lang.String |
getSwfWidth()
Returns the flash object width. |
FlashComponent.WMode |
getWmode()
Returns the wmode. |
boolean |
isIeFixEnabled()
Returns true if the IE fix is enabled. |
void |
setExpressInstall(java.lang.String url)
Add support for express install. |
void |
setFlashVersion(java.lang.String flashVersion)
Sets the flash version. |
void |
setIeFixEnabled(boolean enabled)
Sets if an IE fix should be used to ensure flash-to-JS interaction works. |
void |
setSwfHeight(java.lang.String swfHeight)
Sets the flash object height (defaults to '100%'). |
void |
setSwfId(java.lang.String swfId)
Sets the flash id (- will be removed and are not allowed). |
void |
setSwfWidth(java.lang.String swfWidth)
Sets the flash object width (defaults to '100%'). |
void |
setWmode(FlashComponent.WMode wmode)
Sets the wmode (defaults to WMode.TRANSPARENT). |
| Methods inherited from class com.extjs.gxt.ui.client.widget.BoxComponent |
|---|
getBounds, getHeight, getHeight, getPosition, getShadow, getShadowOffset, getShadowPosition, getSize, getWidth, getWidth, isAutoHeight, isAutoWidth, isDeferHeight, isShim, setAutoHeight, setAutoWidth, setBounds, setBounds, setDeferHeight, setHeight, setHeight, setPagePosition, setPagePosition, setPixelSize, setPosition, setShadow, setShadowOffset, setShadowPosition, setShim, setSize, setSize, setWidth, setWidth, sync, syncSize |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
fireEvent, getParent, isAttached |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, setStylePrimaryName, setVisible, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlashComponent(java.lang.String url)
url - the url of the flash file| Method Detail |
|---|
public java.lang.String getExpressInstall()
public java.lang.String getFlashVersion()
public java.lang.String getSwfHeight()
public java.lang.String getSwfId()
public java.lang.String getSwfWidth()
public FlashComponent.WMode getWmode()
public boolean isIeFixEnabled()
public void setExpressInstall(java.lang.String url)
url - the url of the express install filepublic void setFlashVersion(java.lang.String flashVersion)
flashVersion - the flash versionpublic void setIeFixEnabled(boolean enabled)
enabled - true to enable the IE fixpublic void setSwfHeight(java.lang.String swfHeight)
swfHeight - the heightpublic void setSwfId(java.lang.String swfId)
swfId - the flash idpublic void setSwfWidth(java.lang.String swfWidth)
swfWidth - the widthpublic void setWmode(FlashComponent.WMode wmode)
wmode - the wmode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||