Support multi-report running in one session
Descriptions of some key terms:
runtime id: the key for a report running in server (generated by server automatically when you run a report).
session id: the key for the session in server (generated by server automatically when you login).
public interface DHTMLToolkit
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
getBody(int left,
int top,
int scroll,
java.lang.String onload,
java.lang.String onresize,
java.lang.String id)
Deprecated.
Gets the content of DHTML mainpage body.
|
java.lang.StringBuffer |
getBody(java.lang.String bodyId,
int left,
int top,
int scroll,
java.lang.String onload,
java.lang.String onresize,
java.lang.String id)
Deprecated.
Gets the content of DHTML mainpage body.
|
java.lang.StringBuffer |
getBody(java.lang.String bodyId,
int left,
int top,
java.lang.String bgcolor,
int scroll,
java.lang.String onload,
java.lang.String onresize,
java.lang.String id)
Deprecated.
Gets the content of DHTML mainpage body.
|
java.lang.StringBuffer |
getBody(java.lang.String bodyId,
int left,
int top,
java.lang.String bgcolor,
int scroll,
java.lang.String onload,
java.lang.String onresize,
java.lang.String onunload,
java.lang.String id)
Deprecated.
Gets the content of DHTML mainpage body.
|
char[] |
getChars(java.lang.StringBuffer buf)
Deprecated.
Converts the content of the specified StringBuffer to a char array.
|
java.lang.StringBuffer |
getConnectFrame(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
Gets the content of DHTML connect frame.
|
java.lang.StringBuffer |
getConnectFrame(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML connect frame.
|
java.lang.String |
getExcelDialogAct(java.lang.String id,
boolean modal,
java.lang.String title,
int width,
int height)
Deprecated.
Gets the command string of the "show Export to Excel Dialog" action.
|
java.lang.StringBuffer |
getExec(java.lang.String id,
java.lang.String indent,
java.lang.String[] function)
Deprecated.
Gets the executeable javascript code fragment based on the specified functions.
|
java.lang.String |
getExitAct(java.lang.String id)
Deprecated.
Gets the command string of the exit action.
|
java.lang.StringBuffer |
getFilterPanel(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Filter Panel.
|
java.lang.StringBuffer |
getFooter()
Deprecated.
Gets the content of DHTML footer.
|
java.lang.StringBuffer |
getFooter(boolean pageLoaded)
Deprecated.
Gets the content of DHTML footer.
|
java.lang.StringBuffer |
getGroupSortPanel(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML group Sort Panel.
|
java.lang.StringBuffer |
getHeader(java.lang.String title,
java.lang.String encoding,
java.lang.String[][] js,
java.lang.String[][] css,
java.lang.String id)
Deprecated.
Gets the content of DHTML header.
|
java.lang.StringBuffer |
getHeader(java.lang.String title,
java.lang.String encoding,
java.lang.String[] meta,
java.lang.String[][] js,
java.lang.String[][] css,
java.lang.String id)
Deprecated.
Gets the content of DHTML header.
|
java.lang.StringBuffer |
getMainPage(java.lang.String id)
Deprecated.
Gets the content of DHTML mainpage.
|
java.lang.StringBuffer |
getMainPageHeader(java.lang.String id,
java.lang.String indent,
int count,
int scroll)
Deprecated.
Gets the content of DHTML mainpage pageheader.
|
java.lang.StringBuffer |
getMenu(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
Gets the content of DHTML menu.
|
java.lang.StringBuffer |
getMenu(java.lang.String id,
java.lang.String indent,
int count,
int top)
Deprecated.
Gets the content of DHTML menu.
|
java.lang.StringBuffer |
getMenu(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Menu.
|
java.lang.StringBuffer |
getNavibar(java.lang.String id,
java.lang.String indent,
int count,
int top)
Deprecated.
Gets the content of DHTML Navigation bar.
|
java.lang.StringBuffer |
getNavibar(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Navigation bar.
|
java.lang.String |
getPageCloseBtn(java.lang.String id,
java.lang.String indent,
int count,
boolean popwin)
Deprecated.
|
java.lang.String |
getPageFilterBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageHelpBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageLockBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageMenuBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
customize mainpage components
|
java.lang.String |
getPageNavBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPagePrintBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageRefreshBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageResetBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageSaveBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageSearchBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageSortBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageTocBtn(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPageZoomSelect(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
|
java.lang.String |
getPrintDialogAct()
Deprecated.
Gets the command string of the "show Print Dialog" action.
|
java.lang.StringBuffer |
getPrintObject(java.lang.String indent,
int count)
Deprecated.
Gets the print object.
|
java.lang.StringBuffer |
getReportBrowser(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Report Browser.
|
java.lang.StringBuffer |
getReportBrowser(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height,
boolean isDisplay,
java.lang.String bgcolor)
Deprecated.
Gets the content of the DHTML's Report Browser
|
java.lang.StringBuffer |
getReportTabbar(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width)
Deprecated.
Gets the content of DHTML Report tab bar.
|
java.lang.StringBuffer |
getRequiredHTML(java.lang.String id)
Deprecated.
Gets the Required HTML information, including js file,css file and some System Information.
|
java.lang.String |
getSaveAsDialogAct(java.lang.String id)
Deprecated.
Gets the command string of the "show Save as Dialog" action.
|
java.lang.String |
getSaveRstDialogAct(java.lang.String id)
Deprecated.
Gets the command string of the "show Save Result Dialog" action.
|
java.lang.String |
getSearchDialogAct(java.lang.String id)
Deprecated.
Gets the command string of the "show Search Dialog" action.
|
java.lang.StringBuffer |
getSortPanel(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Sort Panel.
|
java.lang.StringBuffer |
getTOCBrowser(java.lang.String id,
int left,
int top,
int width,
int height,
boolean isDisplay,
java.lang.String bgColor)
Deprecated.
Gets the content of DHTML Table Of Content.
|
java.lang.StringBuffer |
getTOCBrowser(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Table Of Content (abr.
|
java.lang.StringBuffer |
getTOCBrowser(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height,
java.lang.String tocId,
java.lang.String fid,
boolean isDisplay,
java.lang.String bgColor)
Deprecated.
Gets the content of DHTML Table Of Content (abr.
|
java.lang.StringBuffer |
getTOCTree(java.lang.String id,
java.lang.String indent,
int count)
Deprecated.
Gets the content of DHTML DIV Table of Content.
|
java.lang.StringBuffer |
getToolbar(java.lang.String id,
java.lang.String indent,
int count,
int top)
Deprecated.
Gets the content of DHTML Toolbar.
|
java.lang.StringBuffer |
getToolbar(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML Toolbar.
|
java.lang.StringBuffer |
getToolbar(java.lang.String id,
java.lang.String indent,
int count,
int top,
java.lang.String toolbarId)
Deprecated.
Gets the content of DHTML Toolbar.
|
java.lang.StringBuffer |
getUserbar(java.lang.String id,
java.lang.String indent,
int count,
int top)
Deprecated.
Gets the content of DHTML user information panel.
|
java.lang.StringBuffer |
getUserbar(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
int width,
int height)
Deprecated.
Gets the content of DHTML user information panel.
|
java.lang.StringBuffer |
getVSplitbar(java.lang.String indent,
int count,
int top,
int height)
Deprecated.
Gets the content of DHTML Split bar.
|
java.lang.StringBuffer |
getWaiting(java.lang.String indent)
Deprecated.
Gets the content of DHTML waiting div.
|
void |
indent(java.lang.StringBuffer buffer,
java.lang.String indent,
int count)
Deprecated.
Indents the content of specified StringBuffer.
|
void |
setLayoutFunction(java.lang.String jsName,
java.lang.String funName)
Deprecated.
Sets the javascript file name and function name that are used to format the UI layout.
|
void |
setProperty(java.lang.String id,
java.lang.String objectId,
java.util.Hashtable properties)
Deprecated.
|
void |
setProperty(java.lang.String id,
java.lang.String objectId,
java.lang.String propertyKey,
double propertyValue)
Deprecated.
|
void |
setProperty(java.lang.String id,
java.lang.String objectId,
java.lang.String propertyKey,
float propertyValue)
Deprecated.
|
void |
setProperty(java.lang.String id,
java.lang.String objectId,
java.lang.String propertyKey,
int propertyValue)
Deprecated.
|
void |
setProperty(java.lang.String id,
java.lang.String objectId,
java.lang.String propertyKey,
java.lang.String propertyValue)
Deprecated.
Sets the component's property
|
void |
toolbarButton(java.lang.String id,
java.lang.String indent,
int count,
int left,
int top,
java.lang.String onmouseover,
java.lang.String onmouseout,
boolean enable,
java.lang.String onclick,
java.lang.String onmousedown,
java.lang.String onmouseup,
java.lang.String buttonId,
java.lang.String src,
java.lang.String title,
java.lang.StringBuffer buffer)
Deprecated.
Generates the content of toolbar button to the specified StringBuffer.
|
java.lang.StringBuffer getMainPage(java.lang.String id)
id
- can be the report runtime id or the user session id -- not used.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getMainPageHeader(java.lang.String id, java.lang.String indent, int count, int scroll)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbersscroll
- the scroll option, can be the following values which are defined in DHTMLConstants.java:
DHTMLConstants.SCROLLAUTO;
DHTMLConstants.SCROLLYES;
DHTMLConstants.SCROLLNO.java.lang.StringBuffer getBody(int left, int top, int scroll, java.lang.String onload, java.lang.String onresize, java.lang.String id)
left
- the left margin of mainpage body, measured in pixels.top
- the top margin of mainpage body, measured in pixels.scroll
- the scroll option, can be the following values which are defined in DHTMLConstants.java:
DHTMLConstants.SCROLLAUTO;
DHTMLConstants.SCROLLYES;
DHTMLConstants.SCROLLNO.onload
- specifies the method names of the javasript that you want to invoke when the page body is being loaded.onresize
- specifies the method names of the javasript that you want to invoke when the browser is being resized.id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getBody(java.lang.String bodyId, int left, int top, int scroll, java.lang.String onload, java.lang.String onresize, java.lang.String id)
bodyId
- the body element idleft
- the left margin of mainpage body, measured in pixels.top
- the top margin of mainpage body, measured in pixels.scroll
- the scroll option, can be the following values which are defined in DHTMLConstants.java:
DHTMLConstants.SCROLLAUTO;
DHTMLConstants.SCROLLYES;
DHTMLConstants.SCROLLNO.onload
- specifies the method names of the javasript that you want to invoke when page body is being loaded.onresize
- specifies the method names of the javasript that you want to invoke when the browser is being resized.id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getBody(java.lang.String bodyId, int left, int top, java.lang.String bgcolor, int scroll, java.lang.String onload, java.lang.String onresize, java.lang.String id)
bodyId
- the body element id.left
- the left margin of mainpage body, measured in pixels.top
- the top margin of mainpage body, measured in pixels.bgcolor
- the background color of body.scroll
- the scroll option, can be the following values which are defined in DHTMLConstants.java:
DHTMLConstants.SCROLLAUTO;
DHTMLConstants.SCROLLYES;
DHTMLConstants.SCROLLNO.onload
- specifies the method names of the javasript that you want to invoke when page body is being loaded.onresize
- specifies the method names of the javasript that you want to invoke when the browser is being resized.id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getBody(java.lang.String bodyId, int left, int top, java.lang.String bgcolor, int scroll, java.lang.String onload, java.lang.String onresize, java.lang.String onunload, java.lang.String id)
bodyId
- the body element id.left
- the left margin of mainpage body, measured in pixels.top
- the top margin of mainpage body, measured in pixels.bgcolor
- the background color of body.scroll
- the scroll option, can be the following values which are defined in DHTMLConstants.java:
DHTMLConstants.SCROLLAUTO;
DHTMLConstants.SCROLLYES;
DHTMLConstants.SCROLLNO.onload
- specifies the method names of the javasript that you want to invoke when the page body is being loaded.onresize
- specifies the method names of the javasript that you want to invoke when the browser is being resized.onunload
- specifies the method names of the javasript that you want to invoke when the page body is being unloaded.id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getConnectFrame(java.lang.String id, java.lang.String indent, int count)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.java.lang.StringBuffer getWaiting(java.lang.String indent)
indent
- the indent that is used to format output content.java.lang.StringBuffer getConnectFrame(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of connect frame, measured in pixels.top
- the top position of connect frame, measured in pixels.width
- the width of connect frame, measured in pixels.height
- the height of connect frame, measured in pixels.java.lang.StringBuffer getPrintObject(java.lang.String indent, int count)
indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.java.lang.StringBuffer getUserbar(java.lang.String id, java.lang.String indent, int count, int top)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of user information panel, measured in pixels.java.lang.StringBuffer getUserbar(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of user information panel, measured in pixels.top
- the top position of user information panel, measured in pixels.width
- the width of user information panel, measured in pixels.height
- the height of user information panel, measured in pixels.java.lang.StringBuffer getMenu(java.lang.String id, java.lang.String indent, int count, int top)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of menu, measured in pixels.java.lang.StringBuffer getMenu(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Menu, measured in pixels.top
- the top position of Menu, measured in pixels.width
- the width of Menu, measured in pixels.height
- the height of Menu, measured in pixels.java.lang.StringBuffer getMenu(java.lang.String id, java.lang.String indent, int count)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.java.lang.StringBuffer getVSplitbar(java.lang.String indent, int count, int top, int height)
indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of Split bar, measured in pixels.height
- the height of Split bar, measured in pixels.java.lang.StringBuffer getReportTabbar(java.lang.String id, java.lang.String indent, int count, int left, int top, int width)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Report tab bar, measured in pixels.top
- the top position of Report tab bar, measured in pixels.width
- the width of Report tab bar, measured in pixels.java.lang.StringBuffer getToolbar(java.lang.String id, java.lang.String indent, int count, int top)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of Toolbar, measured in pixels.java.lang.StringBuffer getToolbar(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Toolbar, measured in pixels.top
- the top position of Toolbar, measured in pixels.width
- the width of Toolbar, measured in pixels.height
- the height of Toolbar, measured in pixels.java.lang.StringBuffer getToolbar(java.lang.String id, java.lang.String indent, int count, int top, java.lang.String toolbarId)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of Toolbar, measured in pixels.toolbarId
- the ID of Toolbar.java.lang.StringBuffer getNavibar(java.lang.String id, java.lang.String indent, int count, int top)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.top
- the top position of Navigation bar, measured in pixels.java.lang.StringBuffer getNavibar(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Navigation bar, measured in pixels.top
- the top position of Navigation bar, measured in pixels.width
- the width of Navigation bar, measured in pixels.height
- the height of Navigation bar, measured in pixels.java.lang.StringBuffer getTOCBrowser(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of TOC, measured in pixels.top
- the top position of TOC, measured in pixels.width
- the width of TOC, measured in pixels.height
- the height of TOC, measured in pixels.java.lang.StringBuffer getTOCTree(java.lang.String id, java.lang.String indent, int count)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.java.lang.StringBuffer getReportBrowser(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Report Browser, measured in pixels.top
- the top position of Report Browser, measured in pixels.width
- the width of Report Browser, measured in pixels.height
- the height of Report Browser, measured in pixels.java.lang.StringBuffer getFilterPanel(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Filter Panel, measured in pixels.top
- the top position of Filter Panel, measured in pixels.width
- the width of Filter Panel, measured in pixels.height
- the height of Filter Panel, measured in pixels.java.lang.StringBuffer getSortPanel(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Sort Panel, measured in pixels.top
- the top position of Sort Panel, measured in pixels.width
- the width of Sort Panel, measured in pixels.height
- the height of Sort Panel, measured in pixels.java.lang.StringBuffer getGroupSortPanel(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of Sort Panel, measured in pixels.top
- the top position of Sort Panel, measured in pixels.width
- the width of Sort Panel, measured in pixels.height
- the height of Sort Panel, measured in pixels.java.lang.StringBuffer getHeader(java.lang.String title, java.lang.String encoding, java.lang.String[][] js, java.lang.String[][] css, java.lang.String id)
title
- the page title.encoding
- the page encoding.js
- the javascripts included in this page, in which the js names are stored in the 1st element of the 2nd dimension,
and the js IDs are stored in the 2nd element of the 2nd dimension, like {{name, id},{name, id},...}css
- the CSS files included in this page, in which the CSS names are stored in the 1st element of the 2nd dimension,
and the CSS IDs are stored in the 2nd element of the 2nd dimension, like {{name, id},{name, id},...}id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getHeader(java.lang.String title, java.lang.String encoding, java.lang.String[] meta, java.lang.String[][] js, java.lang.String[][] css, java.lang.String id)
title
- the page title.encoding
- the page encoding.meta
- the page meta elements.js
- the javascripts included in this page, in which the js names are stored in the 1st element of the 2nd dimension,
and the js IDs are stored in the 2nd element of the 2nd dimension, like {{name, id},{name, id},...}css
- the CSS files included in this page, in which the CSS names are stored in the 1st element of the 2nd dimension,
and the CSS IDs are stored in the 2nd element of the 2nd dimension, like {{name, id},{name, id},...}id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.StringBuffer getFooter()
java.lang.StringBuffer getFooter(boolean pageLoaded)
pageLoaded
- specifies whether to generate the page loaded flag.java.lang.StringBuffer getExec(java.lang.String id, java.lang.String indent, java.lang.String[] function)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.the
- function names -- not used.void toolbarButton(java.lang.String id, java.lang.String indent, int count, int left, int top, java.lang.String onmouseover, java.lang.String onmouseout, boolean enable, java.lang.String onclick, java.lang.String onmousedown, java.lang.String onmouseup, java.lang.String buttonId, java.lang.String src, java.lang.String title, java.lang.StringBuffer buffer)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of toolbar button, measured in pixels.top
- the top position of toolbar button, measured in pixels.onmouseover
- specifies the method names of the javasript that you want to invoke when the mouse is hanging over the button.onmouseout
- specifies the method names of the javasript that you want to invoke when the mouse is moving out of the button.enable
- specifies the button status, enabled or disabled.onclick
- specifies the method names of the javasript that you want to invoke when the button is being clicked.onmousedown
- specifies the method names of the javasript that you want to invoke when the button is being pressed down.onmouseup
- specifies the method names of the javasript that you want to invoke when the button is being released.buttonId
- the button element id.src
- the button image file name.title
- the button tooltip.the
- StringBuffer where to generates the content of toolbar button.java.lang.String getExcelDialogAct(java.lang.String id, boolean modal, java.lang.String title, int width, int height)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.modal
- title
- width
- height
- java.lang.String getPrintDialogAct()
java.lang.String getSearchDialogAct(java.lang.String id)
id
- can be the report runtime id or the user session id -- not used.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.String getSaveRstDialogAct(java.lang.String id)
id
- can be the report runtime id or the user session id -- not used.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.String getSaveAsDialogAct(java.lang.String id)
id
- can be the report runtime id or the user session id -- not used.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.java.lang.String getExitAct(java.lang.String id)
id
- can be the report runtime id or the user session id -- not used.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.void indent(java.lang.StringBuffer buffer, java.lang.String indent, int count)
buffer
- the StringBufferindent
- the indent that is used to format output contentcount
- the distance between start position and the leftmost column, measured in Tab numberschar[] getChars(java.lang.StringBuffer buf)
buf
- the StringBuffer.void setLayoutFunction(java.lang.String jsName, java.lang.String funName)
jsName
- the javascript file namefunName
- the function namejava.lang.StringBuffer getTOCBrowser(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height, java.lang.String tocId, java.lang.String fid, boolean isDisplay, java.lang.String bgColor)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode),
it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- the indent that is used to format output content.count
- the distance between start position and the leftmost column, measured in Tab numbers.left
- the left position of TOC, measured in pixels.top
- the top position of TOC, measured in pixels.width
- the width of TOC, measured in pixels.height
- the height of TOC, measured in pixels.tocId
- the TOC element id.fid
- isDisplay
- bgColor
- the background color of TOC.java.lang.StringBuffer getTOCBrowser(java.lang.String id, int left, int top, int width, int height, boolean isDisplay, java.lang.String bgColor)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode), it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.left
- the left position of table of content, measured in pixelstop
- the top position of Table Of Content, measured in pixelswidth
- the width of Table Of Content, measured in pixelsheight
- the height of Table Of Content, measured in pixelsisDisplay
- bgColor
- java.lang.StringBuffer getReportBrowser(java.lang.String id, java.lang.String indent, int count, int left, int top, int width, int height, boolean isDisplay, java.lang.String bgcolor)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode), it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.indent
- count
- left
- the left position of table of content, measured in pixelstop
- the top position of Table Of Content, measured in pixelswidth
- the width of Table Of Content, measured in pixelsheight
- the height of Table Of Content, measured in pixelsisDisplay
- whether the iframe is visible.bgColor
- the color of the iframe.java.lang.String getPageMenuBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageTocBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageZoomSelect(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageNavBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageSearchBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageSortBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageFilterBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageSaveBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageResetBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPagePrintBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageRefreshBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageLockBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageHelpBtn(java.lang.String id, java.lang.String indent, int count)
java.lang.String getPageCloseBtn(java.lang.String id, java.lang.String indent, int count, boolean popwin)
void setProperty(java.lang.String id, java.lang.String objectId, java.lang.String propertyKey, java.lang.String propertyValue) throws java.lang.Exception
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode), it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.objectId
- the component's idkey
- the property name.propertyValue
- the property value.java.lang.Exception
void setProperty(java.lang.String id, java.lang.String objectId, java.lang.String propertyKey, int propertyValue) throws java.lang.Exception
java.lang.Exception
void setProperty(java.lang.String id, java.lang.String objectId, java.lang.String propertyKey, float propertyValue) throws java.lang.Exception
java.lang.Exception
void setProperty(java.lang.String id, java.lang.String objectId, java.lang.String propertyKey, double propertyValue) throws java.lang.Exception
java.lang.Exception
void setProperty(java.lang.String id, java.lang.String objectId, java.util.Hashtable properties) throws java.lang.Exception
java.lang.Exception
java.lang.StringBuffer getRequiredHTML(java.lang.String id)
id
- can be the report runtime id or the user session id.
When it is the user session id (Deprecated, it cannot be used in multiple reports mode), it indicates the only report in the session.
When it is the report runtime id, it indicates the report specified by this runtime id in the session.