|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl org.zkoss.zul.Audio.ExtraCtrl
protected class Audio.ExtraCtrl
A utility class to implement HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.
Constructor Summary | |
---|---|
protected |
Audio.ExtraCtrl()
|
Method Summary | |
---|---|
Media |
getMedia(java.lang.String pathInfo)
Retrieve the view in Media format. |
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl |
---|
setPrologContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Audio.ExtraCtrl()
Method Detail |
---|
public Media getMedia(java.lang.String pathInfo)
DynamicMedia
Media
format.
Unlike other methods, you cannot post event, create, remove, invalidate or do any smart updates in this method. In other words, READ ONLY.
getMedia
in interface DynamicMedia
pathInfo
- the extra info passed to
DHtmlUpdateServlet
.
It is what you passed to
Desktop.getDynamicMediaURI(org.zkoss.zk.ui.Component, java.lang.String)
.
It is never null. It must start with "/" or be empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |