|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportElement
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ReportElement is a base interface for all elements in a report.
| Method Summary | |
|---|---|
ReportElementContainer |
getFather()
Returns the father of this element, if any. |
java.lang.String |
getID()
Returns a String, uniquely identifying this element. |
ReportElement |
getReportElement(int index)
Returns the report element at the specified position in the list. |
ReportElement |
getReportElement(java.lang.String elemID)
Gets a report element by unique identifier. |
int |
getReportElementCount()
Gets the number of ReportElement children. |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
java.lang.String getID()
String, uniquely identifying this element.
ReportElement.getReportElement(String)ReportElementContainer getFather()
TreeNode.getParent(),
only with a more appropriate return type.
null when this element has no parentReportElement getReportElement(int index)
index - the index of the report element to return (0 based)
java.lang.ArrayIndexOutOfBoundsException - if index is out of range
(index < 0 || index >= getReportElementCount())ReportElement getReportElement(java.lang.String elemID)
elemID - the ID of the element to get
ReportElement with ID elemID, or null
when there is no ReportElement child with ID
elemID.
java.lang.NullPointerException - when elemID is nullReportElement.getID()int getReportElementCount()
ReportElement children. This method is identical to
TreeNode.getChildCount().
ReportElement children
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||