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


oracle.dss.gridView
Interface GridViewFormatManager

All Superinterfaces:
FormatManager, Manager

public interface GridViewFormatManager
extends FormatManager

Represents edit event functionality for the table.


Method Summary
 java.lang.String formatMetadataValue(GridViewCommon view, java.lang.Object data, int edge, int depth, int index, ViewFormat vf)
          Given a header item return a formatted version of that header item for the given header location.
 ViewFormat getDataCellViewFormat(GridViewCommon view, int row, int column)
          Given the data cell coordinates (row, column) return the ViewFormat that will be applied to the data cell.

 

Methods inherited from interface oracle.dss.dataView.FormatManager
formatDataValue, getBundles, setBundles

 

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

 

Method Detail

formatMetadataValue

public java.lang.String formatMetadataValue(GridViewCommon view,
                                            java.lang.Object data,
                                            int edge,
                                            int depth,
                                            int index,
ViewFormat vf)
Given a header item return a formatted version of that header item for the given header location.
Parameters:
view - the view needing formatting resolution
data - the data to format
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 Headers, the index passed will be 0.
vf - ViewFromat which may be used in the formatting
Returns:
the formatted data item

getDataCellViewFormat

public ViewFormat getDataCellViewFormat(GridViewCommon view,
                                        int row,
                                        int column)
Given the data cell coordinates (row, column) return the ViewFormat that will be applied to the data cell.
Parameters:
view - the view that the format is being retrieved for
row - the down location of the data item to retrieve the format for
column - the across location of the data item to retrieve the format for

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


Copyright © 2003, Oracle. All Rights Reserved.