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


oracle.dss.thin.beans.gridView
Interface DrillOutCallback


public interface DrillOutCallback

The DrillOutCallback is implemented by applications that want to set specific URIs on graphic images that are displayed in cells


Method Summary
 java.lang.String getDataDrillOutURI(ThinGridView gridView, int row, int column)
          Returns a URI that should be on the graphic image link for the header cell specified by row and column.
 java.lang.String getHeaderDrillOutURI(ThinGridView gridView, int edge, int layer, int slice)
          Returns a URI that should be on the graphic image link for the header cell specified by edge, layer, and slice.

 

Method Detail

getHeaderDrillOutURI

public java.lang.String getHeaderDrillOutURI(ThinGridView gridView,
                                             int edge,
                                             int layer,
                                             int slice)
Returns a URI that should be on the graphic image link for the header cell specified by edge, layer, and slice. Returns null if the ThinGridView should process the header drill out normally, which is via a form submission and built-in ThinGridView event handler that calls the headerDrillOut() method on the GridViewDataListener
Returns:
a URI for the graphic image or null if default handling should occur

getDataDrillOutURI

public java.lang.String getDataDrillOutURI(ThinGridView gridView,
                                           int row,
                                           int column)
Returns a URI that should be on the graphic image link for the header cell specified by row and column. Returns null if the ThinGridView should process the data drill out normally, which is via a form submission and built-in ThinGridView event handler that calls the dataDrillOut() method on the GridViewDataListener
Returns:
a URI for the graphic image or null if default handling should occur

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


Copyright © 2003, Oracle. All Rights Reserved.