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