|
Oracle Reports Java API Reference 11g Release 1 (11.1.1) E10775-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.reports.plugin.definition.BaseObject
oracle.reports.plugin.definition.Group
public class Group
Report 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 NOTE: Plugin must never try to create any Reports objects itself. |
| Method Summary | |
|---|---|
Column[] |
getColumns()
Returns the columns in this group |
DataSource |
getDataSource()
Returns the data source of this group |
Group |
getFirstChild()
Returns first child group of this group |
Group |
getNextSibling()
Returns the next sibling group of this group |
Group |
getParent()
Returns 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
PluginException| Method Detail |
|---|
public DataSource getDataSource()
throws PluginException
PluginException
public Column[] getColumns()
throws PluginException
PluginException
public Group getNextSibling()
throws PluginException
PluginException
public Group getPreviousSibling()
throws PluginException
PluginException
public Group getFirstChild()
throws PluginException
PluginException
public Group getParent()
throws PluginException
PluginException
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||