com.tonbeller.jpivot.olap.navi
Interface DrillThrough

All Superinterfaces:
Extension
All Known Implementing Classes:
MondrianDrillThrough, ScriptableMondrianDrillThrough, XMLA_DrillThrough

public interface DrillThrough
extends Extension

Author:
Robin Bagot

Field Summary
static java.lang.String ID
          name of the Extension for lookup
 
Method Summary
 boolean canDrillThrough(Cell cell)
          drill through is possible if cell is stored and not calculated
 com.tonbeller.wcf.table.TableModel drillThrough(Cell cell)
          retrieves the individual data points that made up the value of the Cell
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Field Detail

ID

static final java.lang.String ID
name of the Extension for lookup

See Also:
Constant Field Values
Method Detail

canDrillThrough

boolean canDrillThrough(Cell cell)
drill through is possible if cell is stored and not calculated


drillThrough

com.tonbeller.wcf.table.TableModel drillThrough(Cell cell)
retrieves the individual data points that made up the value of the Cell