|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Flash
A generic flash component.
Non XUL extension.
Field Summary |
---|
Fields inherited from interface org.zkoss.zk.ui.Component |
---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
Method Summary | |
---|---|
java.lang.String |
getBgcolor()
Gets the background color of Flash movie Default: null. |
Media |
getContent()
Returns the content set by setContent(org.zkoss.util.media.Media) . |
java.lang.String |
getQuality()
Returns the quality of the Flash movie Default: "high". |
java.lang.String |
getSrc()
Gets the source path of Flash movie |
java.lang.String |
getVersion()
Returns the expected version of the Flash player. |
java.lang.String |
getWmode()
Returns the Window mode property of the Flash movie Default: "transparent". |
boolean |
isAutoplay()
Return true if the Flash movie starts playing automatically Default: true.s |
boolean |
isLoop()
Returns true if the Flash movie plays repeatly Default: false. |
void |
setAutoplay(boolean autoplay)
Sets wether to play the Flash movie automatically. |
void |
setBgcolor(java.lang.String bgcolor)
Sets the background color of Flash movie |
void |
setContent(Media media)
Sets the content of the flash directly. |
void |
setLoop(boolean loop)
Sets whether the Flash movie plays repeatly |
void |
setQuality(java.lang.String quality)
Sets the quality of the Flash movie. |
void |
setSrc(java.lang.String src)
Sets the source path of Flash movie and redraw the component |
void |
setVersion(java.lang.String version)
Sets the expected version of the Flash player. |
void |
setWmode(java.lang.String wmode)
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser. |
Methods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent |
---|
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZclass, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex |
Methods inherited from interface org.zkoss.zk.ui.ext.Scope |
---|
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttribute |
Method Detail |
---|
java.lang.String getBgcolor()
Default: null.
void setBgcolor(java.lang.String bgcolor)
bgcolor
- [ hexadecimal RGB value]boolean isLoop()
Default: false.
void setLoop(boolean loop)
loop
- boolean isAutoplay()
Default: true.s
void setAutoplay(boolean autoplay)
autoplay
- whether to play the Flash movie automatically.java.lang.String getWmode()
Default: "transparent".
void setWmode(java.lang.String wmode)
wmode
- Possible values: window, opaque, transparent.java.lang.String getQuality()
Default: "high".
void setQuality(java.lang.String quality)
quality
- the quality of the Flash movie.java.lang.String getVersion()
Default: "6,0,0,0"
void setVersion(java.lang.String version)
java.lang.String getSrc()
void setSrc(java.lang.String src)
src
- void setContent(Media media)
Calling this method implies setSrc(null).
In other words, the last invocation of setContent(org.zkoss.util.media.Media)
overrides
the previous setSrc(java.lang.String)
, if any.
media
- the media representing the flash, i.e., SWF.setSrc(java.lang.String)
Media getContent()
setContent(org.zkoss.util.media.Media)
.
Note: it won't fetch what is set thru by setSrc(java.lang.String)
.
It simply returns what is passed to setContent(org.zkoss.util.media.Media)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |