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


oracle.dss.gridView
Interface GridViewHeaderStyleManager

All Superinterfaces:
Manager

public interface GridViewHeaderStyleManager
extends Manager

Method Summary
 java.util.Vector getBundles()
          Retrieves the vector of rule bundles that this manager uses to format Dataview items.
 ViewStyle getMetadataStyle(GridViewCommon view, java.lang.Object metaData, ViewStyle initStyle, int edge, int depth, int index)
          Given a header item return a ViewStyle object to be applied to that header item when painting.
 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

getMetadataStyle

public ViewStyle getMetadataStyle(GridViewCommon view,
                                  java.lang.Object metaData,
ViewStyle initStyle,
                                  int edge,
                                  int depth,
                                  int index)
Given a header item return a ViewStyle object to be applied to that header item when painting.
Parameters:
view - the view needing style resolution
metaData - the metadata currently at this location
initStyle - the initial ViewStyle values for this location
edge - the edge location of this data item
depth - the depth of this header item within the edge
index - the zero-based offset of this header item based on the data plane range for the edge In case of Table Row Header and Column Header the index will be 0.
Returns:
the ViewStyle object to use for painting the header

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


Copyright © 2003, Oracle. All Rights Reserved.