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


oracle.dss.gridView
Interface GridViewDatabodyStyleManager

All Superinterfaces:
Manager

public interface GridViewDatabodyStyleManager
extends Manager

Method Summary
 java.util.Vector getBundles()
          Retrieves the vector of rule bundles that this manager uses to format Dataview items.
 ViewStyle getDataStyle(GridViewCommon view, java.lang.Object data, ViewStyle initStyle, int row, int column, int[] pageHPos)
          Return a ViewStyle object to be used to paint a given data item.
 void setBundles(DataviewCommon view, java.util.Vector bundles)
          Specifies the vector of RuleBundle objects to use.

 

Methods inherited from interface oracle.dss.dataView.Manager
dataSourceChanged

 

Method Detail

setBundles

public void setBundles(DataviewCommon view,
                       java.util.Vector bundles)
Specifies the vector of RuleBundle objects to use. The vector is passed by value.
Parameters:
bundles - The vector of rule bundles that this manager should use.
See Also:
RuleBundle

getBundles

public java.util.Vector getBundles()
Retrieves the vector of rule bundles that this manager uses to format Dataview items. Rule bundle vectors are passed by value. If you modify the vector that this method returns, call the setBundles method to set the modified vector.
Returns:
The vector of rule bundles that this manager uses.
See Also:
RuleBundle

getDataStyle

public ViewStyle getDataStyle(GridViewCommon view,
                              java.lang.Object data,
ViewStyle initStyle,
                              int row,
                              int column,
                              int[] pageHPos)
Return a ViewStyle object to be used to paint a given data item.
Parameters:
view - the view needing style resolution
data - the data at this location.
initStyle - the initial ViewStyle values for this location.
row - the data item row
column - the data item column
pageHPos - the hPos of the data page
Returns:
the ViewStyle to use for painting the given data item

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


Copyright © 2003, Oracle. All Rights Reserved.