protected class Jasperreport.ExtraCtrl extends Iframe.ExtraCtrl
HtmlBasedComponent.getExtraCtrl(). It is used only by
component developers.| Modifier | Constructor and Description |
|---|---|
protected |
Jasperreport.ExtraCtrl() |
| Modifier and Type | Method and Description |
|---|---|
Media |
getMedia(java.lang.String pathInfo)
Retrieve the view in
Media format. |
setPrologContentpublic Media getMedia(java.lang.String pathInfo)
DynamicMediaMedia 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 DynamicMediagetMedia in class Iframe.ExtraCtrlpathInfo - 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.Copyright © 2005-2011 Potix Corporation. All Rights Reserved.