Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports.plugin.definition
Class Group

java.lang.Object
  extended by oracle.reports.plugin.definition.BaseObject
      extended by oracle.reports.plugin.definition.Group

public class Group
extends BaseObject

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

mRWObj

protected oracle.reports.definition.RWGroup mRWObj
Constructor Detail

Group

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

Throws:
PluginException
Method Detail

getDataSource

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

Throws:
PluginException

getColumns

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

Throws:
PluginException

getNextSibling

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

Throws:
PluginException

getPreviousSibling

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

Throws:
PluginException

getFirstChild

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

Throws:
PluginException

getParent

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

Throws:
PluginException

Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.