Package org.zkoss.zul
Class Audio
- java.lang.Object
-
- org.zkoss.zk.ui.AbstractComponent
-
- org.zkoss.zk.ui.HtmlBasedComponent
-
- org.zkoss.zul.impl.XulElement
-
- org.zkoss.zul.Audio
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.zkoss.zk.ui.Component,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.sys.ComponentCtrl,MediaElement
public class Audio extends XulElement implements MediaElement
An audio clip.An extension to XUL. Only works for browsers supporting HTML5 audio tag (since ZK 7.0.0).
- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classAudio.ExtraCtrlA utility class to implementHtmlBasedComponent.getExtraCtrl().
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>_srcstatic intENDRepresent the end statestatic intPAUSERepresent the pause statestatic intPLAYRepresent the play statestatic intSTOPRepresent the stop state
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeChildAdded(org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component insertBefore)org.zkoss.sound.AudiogetContent()Returns the content set bysetContent(org.zkoss.sound.Audio).java.lang.ObjectgetExtraCtrl()java.lang.StringgetPreload()Returns whether and how the audio should be loaded.java.util.List<java.lang.String>getSrc()Returns the src.booleanisAutoplay()Returns whether to auto start playing the audio.booleanisControls()Returns whether to display the audio controls.booleanisEnded()Return whether the audio is ended.booleanisLoop()Returns whether to play the audio repeatedly.booleanisMuted()Returns whether to mute the audio.booleanisPaused()Return whether the audio is paused.booleanisPlaying()Return whether the audio is playing.booleanisStopped()Return whether the audio is stopped.voidpause()Pauses the audio at the client.voidplay()Plays the audio at the client.protected voidrenderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer)voidservice(org.zkoss.zk.au.AuRequest request, boolean everError)voidsetAutoplay(boolean autoplay)Sets whether to auto start playing the audio.voidsetContent(org.zkoss.sound.Audio audio)Sets the content directly.voidsetControls(boolean controls)Sets whether to display the audio controls.voidsetLoop(boolean loop)Sets whether to play the audio repeatedly.voidsetMuted(boolean muted)Sets whether to mute the audio.voidsetPreload(java.lang.String preload)Sets whether and how the audio should be loaded.voidsetSrc(java.lang.String src)Sets the src.voidsetSrc(java.util.List<java.lang.String> src)Sets the source list.voidstop()Stops the audio at the client, and reset its currentTime to zero.-
Methods inherited from class org.zkoss.zul.impl.XulElement
clone, getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributes
-
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent
addSclass, evalCSSFlex, focus, getAction, getClientAction, getDraggable, getDroppable, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZindex, getZIndex, removeSclass, removeSclass, setAction, setClass, setClientAction, setDraggable, setDroppable, setFocus, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectly
-
Methods inherited from class org.zkoss.zk.ui.AbstractComponent
addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, beforeParentChanged, destroyIndexCacheMap, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, disableHostChanged, enableBindingAnnotation, enableHostChanged, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getForwards, getId, getIndexCacheMap, getLastChild, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, initIndexCacheMap, insertBefore, invalidate, isChildable, isDisabledHostChanged, isInitialized, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onParentChanged, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, renderPropertiesOnly, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisible, setVisibleDirectly, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
-
-
-
-
Field Detail
-
STOP
public static final int STOP
Represent the stop state- Since:
- 9.6.0
- See Also:
- Constant Field Values
-
PLAY
public static final int PLAY
Represent the play state- Since:
- 9.6.0
- See Also:
- Constant Field Values
-
PAUSE
public static final int PAUSE
Represent the pause state- Since:
- 9.6.0
- See Also:
- Constant Field Values
-
END
public static final int END
Represent the end state- Since:
- 9.6.0
- See Also:
- Constant Field Values
-
_src
protected java.util.List<java.lang.String> _src
-
-
Method Detail
-
service
public void service(org.zkoss.zk.au.AuRequest request, boolean everError)- Specified by:
servicein interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
servicein classorg.zkoss.zk.ui.HtmlBasedComponent
-
play
public void play()
Plays the audio at the client.
-
stop
public void stop()
Stops the audio at the client, and reset its currentTime to zero. (i.e. reset to begin)
-
pause
public void pause()
Pauses the audio at the client.
-
getSrc
public java.util.List<java.lang.String> getSrc()
Returns the src.Default: [].
-
setSrc
public void setSrc(java.lang.String src)
Sets the src.Calling this method implies setContent(null). In other words, the last invocation of
setSrc(java.lang.String)overrides the previoussetContent(org.zkoss.sound.Audio), if any.- See Also:
setContent(org.zkoss.sound.Audio)
-
setSrc
public void setSrc(java.util.List<java.lang.String> src)
Sets the source list.- Since:
- 7.0.0
-
isAutoplay
public boolean isAutoplay()
Returns whether to auto start playing the audio.Default: false.
- Since:
- 7.0.0
-
setAutoplay
public void setAutoplay(boolean autoplay)
Sets whether to auto start playing the audio.- Since:
- 7.0.0
-
getPreload
public java.lang.String getPreload()
Returns whether and how the audio should be loaded. "none" or "metadata" or "auto" or nullDefault: null.
- Since:
- 7.0.0
-
setPreload
public void setPreload(java.lang.String preload)
Sets whether and how the audio should be loaded. Refer to Preload Attribute Description for details.- Parameters:
preload- which could be one of "none", "metadata", "auto".- Since:
- 7.0.0
-
isControls
public boolean isControls()
Returns whether to display the audio controls.Default: false.
- Since:
- 7.0.0
-
setControls
public void setControls(boolean controls)
Sets whether to display the audio controls.- Since:
- 7.0.0
-
isLoop
public boolean isLoop()
Returns whether to play the audio repeatedly.Default: false.
- Since:
- 3.6.1
-
setLoop
public void setLoop(boolean loop)
Sets whether to play the audio repeatedly.- Since:
- 3.6.1
-
isMuted
public boolean isMuted()
Returns whether to mute the audio.Default: false.
- Since:
- 7.0.0
-
setMuted
public void setMuted(boolean muted)
Sets whether to mute the audio.- Since:
- 7.0.0
-
isPlaying
public boolean isPlaying()
Return whether the audio is playing.- Returns:
- true if audio is playing;
- Since:
- 9.6.0
-
isPaused
public boolean isPaused()
Return whether the audio is paused.- Returns:
- true if audio is paused;
- Since:
- 9.6.0
-
isStopped
public boolean isStopped()
Return whether the audio is stopped. While the audio is ended, also means it is stopped.- Returns:
- true if audio is stopped or ended;
- Since:
- 9.6.0
-
isEnded
public boolean isEnded()
Return whether the audio is ended.- Returns:
- true if audio is ended;
- Since:
- 9.6.0
-
setContent
public void setContent(org.zkoss.sound.Audio audio)
Sets the content directly.Default: null.
Calling this method implies setSrc(null). In other words, the last invocation of
setContent(org.zkoss.sound.Audio)overrides the previoussetSrc(java.lang.String), if any.- Parameters:
audio- the audio to display.- See Also:
setSrc(java.lang.String)
-
getContent
public org.zkoss.sound.Audio getContent()
Returns the content set bysetContent(org.zkoss.sound.Audio).Note: it won't fetch what is set thru by
setSrc(java.lang.String). It simply returns what is passed tosetContent(org.zkoss.sound.Audio).
-
renderProperties
protected void renderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer) throws java.io.IOException- Overrides:
renderPropertiesin classXulElement- Throws:
java.io.IOException
-
beforeChildAdded
public void beforeChildAdded(org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component insertBefore)- Specified by:
beforeChildAddedin interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
beforeChildAddedin classorg.zkoss.zk.ui.AbstractComponent
-
getExtraCtrl
public java.lang.Object getExtraCtrl()
- Specified by:
getExtraCtrlin interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
getExtraCtrlin classorg.zkoss.zk.ui.HtmlBasedComponent
-
-