| Package | Description |
|---|---|
| jet.web.dhtml | |
| jet.webreport | |
| jet.webreport.service.builder | |
| jet.webreport.util |
| Modifier and Type | Method and Description |
|---|---|
JNode |
DHTMLClientService.getCubeTreeNode(String rptset_id,
String report_id,
String rcName)
Gets the cube tree.
|
JNode |
DHTMLClientService.getCubeTreeNode(String rptset_id,
String report_id,
String rcName,
HashMap prop)
Gets the cube tree.
|
| Modifier and Type | Method and Description |
|---|---|
JNode |
CatalogInfo.getDataSourcesTree()
Returns the tree in
JNode of total data sources defined in the catalog. |
JNode |
CatalogInfo.getDataSourcesTree(boolean includeAll) |
JNode |
CatalogInfo.DataSource.getDataSourceTree()
Returns the tree in
JNode of total resource handles
defined in the data source. |
JNode |
CatalogInfo.DataSource.getResourceTree(String handle)
Returns the tree in
JNode with the specified resource handle. |
| Modifier and Type | Method and Description |
|---|---|
JNode |
ResourceTreeBuilder._buildCrosstabFormulaNodes(String rptset_id,
String sheet_id,
DHTMLFlyResourceScope scope,
boolean enableAdd,
boolean only_pass_one_formulas,
int orderType,
jet.rptservice.design.DisplayName[] names,
HashMap prop) |
JNode |
ResourceTreeBuilder.buildCatalogDSTree(CatalogAPI catalogAPI,
String user,
boolean newRpt)
Returns the catalog data source tree.
|
JNode |
ResourceTreeBuilder.buildComponentDSTree(String rptset_id,
String sheet_id,
String dsid,
String comp)
Returns the resource tree of the specified component.
|
JNode |
ResourceTreeBuilder.buildCubeNode(String rptset_id,
String sheet_id,
String rcName,
HashMap prop)
Returns the cube tree.
|
JNode |
ResourceTreeBuilder.buildReportDSTree(String rptset_id,
String sheet_id,
String subKey,
String dsid)
Returns the report Data Source tree.
|
JNode |
ResourceTreeBuilder.buildReportDSTree(String rptset_id,
String sheet_id,
String subKey,
String handle,
HashSet<Integer> filterSqls)
Returns the report resource tree.
|
| Modifier and Type | Method and Description |
|---|---|
static JNode |
JNode.clone(JNode o)
Initializes a newly created
JNode object so that it represents
the same as the argument; in other words, the newly created JNode is a
copy of the argument JNode. |
JNode |
JNode.getChild(int index)
Returns the child node at the specified position in this node.
|
JNode |
JNode.getChild(String name)
Returns the child node with the specified node name in this node.
|
JNode |
JNode.getParent()
Returns the parent node of the node.
|
JNode |
JNode.removeChild(int index)
Removes the child node at the specified position in this node.
|
JNode |
JNode.removeChild(String name)
Removes the child node with the specified node name in this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JNode.addChild(int index,
JNode node)
Inserts the specified node at the specified position in this node.
|
void |
JNode.addChild(JNode node)
Appends the specified node to the end of this node.
|
static JNode |
JNode.clone(JNode o)
Initializes a newly created
JNode object so that it represents
the same as the argument; in other words, the newly created JNode is a
copy of the argument JNode. |
static Document |
JNode.toDocument(JNode jnode,
Properties props)
Transfers a
JNode to a W3C Document. |
static StringBuffer |
JNode.writeXML(JNode jnode,
Properties props)
Exports a
JNode to XML in a StringBuffer. |
© insightsoftware. All rights reserved.