|
Oracle Reports Java API Reference 10g (9.0.4) B12019-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.reports.plugin.definition.BaseObject | +--oracle.reports.plugin.definition.Group
The Reports group object.
Field Summary | |
protected oracle.reports.definition.RWGroup |
mRWObj |
Fields inherited from class oracle.reports.plugin.definition.BaseObject |
mReport |
Constructor Summary | |
protected |
Group(oracle.reports.definition.RWGroup rwobj, Report report) Constructor. |
Method Summary | |
Column[] |
getColumns() Returns the columns in this group. |
DataSource |
getDataSource() Returns the data source of this group. |
Group |
getFirstChild() Returns the first child group of this group. |
Group |
getNextSibling() Returns the next sibling group of this group. |
Group |
getParent() Returns the parent group of this group. |
Group |
getPreviousSibling() Returns the previous sibling group of this group. |
Methods inherited from class oracle.reports.plugin.definition.BaseObject |
getComment, getName, getReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected oracle.reports.definition.RWGroup mRWObj
Constructor Detail |
protected Group(oracle.reports.definition.RWGroup rwobj, Report report) throws PluginException
Method Detail |
public DataSource getDataSource() throws PluginException
public Column[] getColumns() throws PluginException
public Group getNextSibling() throws PluginException
public Group getPreviousSibling() throws PluginException
public Group getFirstChild() throws PluginException
public Group getParent() throws PluginException
|
Oracle Reports Java API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |