Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.gridView
Interface GridViewDatabody

All Superinterfaces:
Styleable, ViewComponent
All Known Implementing Classes:
CrosstabDatabody, TableDatabody

public interface GridViewDatabody
extends Styleable, ViewComponent

Methods required in a databody for a GridView.


Method Summary
 ComponentInfo getCellFocus()
          Retrieves the cell that has focus.
 oracle.bali.ewt.graphics.Appearance getDefaultAppearance()
          Retrieves the default Appearance object for this header.
 void setCellFocus(ComponentInfo focusedCell)
          Specifies the cell that should have focus.

 

Methods inherited from interface oracle.dss.dataView.managers.Styleable
getViewStyle, setViewStyle

 

Methods inherited from interface oracle.dss.dataView.ViewComponent
getBeanInfo, getComponentName, getID

 

Method Detail

getCellFocus

public ComponentInfo getCellFocus()
Retrieves the cell that has focus. To find the position of the cell, cast the ComponentInfo that this method returns, to a DataComponentInfo. Then call the getRow and getColumn methods of the DataComponentInfo.
Returns:
The ComponentInfo of the cell that has focus.
See Also:
DataComponentInfo

setCellFocus

public void setCellFocus(ComponentInfo focusedCell)
Specifies the cell that should have focus. param focusedCell A DataComponentInfo that identifies the cell that should have focus.

getDefaultAppearance

public oracle.bali.ewt.graphics.Appearance getDefaultAppearance()
Retrieves the default Appearance object for this header. This method is called internally to get the default appearance for the databody. It is called during construction and when defaults have been reset for XML. Application developers do not need to call this method.
Returns:
The default Appearance for this header.
See Also:
Appearance

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.