|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.crystaldecisions.sdk.occa.report.partsdefinition.ReportPartNodes
public class ReportPartNodes
This class is a collection of ReportPartNode
objects. In turn, each
ReportPartNode
object itself contains a ReportPartNodes
collection
for defining which report objects to display when the user drills down on the node.
The ReportPartNodes collection is used in a ReportPartsDefinition object.
See the Getting Started > Tutorials section of the Viewer Java SDK Guide for an
example of how to use the ReportPartNodes
class.
Constructor Summary | |
---|---|
ReportPartNodes()
|
Method Summary | |
---|---|
void |
add(ReportPartNode node)
Adds a ReportPartNode object to the collection. |
boolean |
containsReportPartIDs(ReportPartIDs ids)
For internal use only. |
ReportPartIDs |
findDrillDownParts(java.lang.String name)
For internal use only. |
ReportPartNode |
findParentNode(java.lang.String name)
For internal use only. |
ReportPartIDs |
getReportPartIDs()
For internal use only. |
ReportPartNode |
getReportPartNode(int index)
Returns a ReportPartNode from the collection using the index position. |
ReportPartNode |
getReportPartNode(java.lang.String name)
Returns a ReportPartNode from the collection using the
ReportPartNode name. |
int |
size()
Returns the number of items in the collection. |
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
iterator, listIterator, listIterator |
Constructor Detail |
---|
public ReportPartNodes()
Method Detail |
---|
public void add(ReportPartNode node)
ReportPartNode
object to the collection.
node
- A ReportPartNode
object to add to the collection.public boolean containsReportPartIDs(ReportPartIDs ids)
public ReportPartIDs findDrillDownParts(java.lang.String name)
public ReportPartNode findParentNode(java.lang.String name)
public ReportPartIDs getReportPartIDs()
public ReportPartNode getReportPartNode(int index)
ReportPartNode
from the collection using the index position. The
index is zero-based.
index
- An int
that specifies the index position of the
ReportPartNode
.
ReportPartNode
.getReportPartNode
,
size
public ReportPartNode getReportPartNode(java.lang.String name)
ReportPartNode
from the collection using the
ReportPartNode
name.
name
- A String
that specifies the name of the
ReportPartNode
.
ReportPartNode
.getReportPartNode
,
size
public int size()
size
in interface java.util.Collection
size
in interface java.util.List
size
in class java.util.Vector
int
that specifies the number of items in the collection.getReportPartNode
,
getReportPartNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |