Oracle Reports
Java API Reference
10g (9.0.4)
B12019-01

oracle.reports.plugin.definition
Class Group

java.lang.Object
  |
  +--oracle.reports.plugin.definition.BaseObject
        |
        +--oracle.reports.plugin.definition.Group

public class Group
extends BaseObject

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

mRWObj

protected oracle.reports.definition.RWGroup mRWObj
Constructor Detail

Group

protected Group(oracle.reports.definition.RWGroup rwobj,
Report report)
         throws PluginException
Constructor. NOTE: A plugin must never try to create any Reports objects by itself.
Method Detail

getDataSource

public DataSource getDataSource()
                         throws PluginException
Returns the data source of this group.

getColumns

public Column[] getColumns()
                    throws PluginException
Returns the columns in this group.

getNextSibling

public Group getNextSibling()
                     throws PluginException
Returns the next sibling group of this group.

getPreviousSibling

public Group getPreviousSibling()
                         throws PluginException
Returns the previous sibling group of this group.

getFirstChild

public Group getFirstChild()
                    throws PluginException
Returns the first child group of this group.

getParent

public Group getParent()
                throws PluginException
Returns the parent group of this group.

Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.