com.tonbeller.jpivot.mondrian
Class MondrianDrillThrough

java.lang.Object
  extended by com.tonbeller.jpivot.core.ExtensionSupport
      extended by com.tonbeller.jpivot.mondrian.MondrianDrillThrough
All Implemented Interfaces:
Extension, DrillThrough

public class MondrianDrillThrough
extends ExtensionSupport
implements DrillThrough

Author:
Robin Bagot Implementation of the DrillExpand Extension for Mondrian Data Source.

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.navi.DrillThrough
ID
 
Constructor Summary
MondrianDrillThrough()
          Constructor sets ID
 
Method Summary
 boolean canDrillThrough(Cell cell)
          drill through is possible if member is not calculated
 com.tonbeller.wcf.table.TableModel drillThrough(Cell cell)
          does a drill through, retrieves data that makes up the selected Cell
 boolean isExtendedContext()
           
 void setExtendedContext(boolean extendedContext)
           
 
Methods inherited from class com.tonbeller.jpivot.core.ExtensionSupport
decorate, getId, getModel, modelInitialized, setId, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Constructor Detail

MondrianDrillThrough

public MondrianDrillThrough()
Constructor sets ID

Method Detail

canDrillThrough

public boolean canDrillThrough(Cell cell)
drill through is possible if member is not calculated

Specified by:
canDrillThrough in interface DrillThrough

drillThrough

public com.tonbeller.wcf.table.TableModel drillThrough(Cell cell)
does a drill through, retrieves data that makes up the selected Cell

Specified by:
drillThrough in interface DrillThrough

isExtendedContext

public boolean isExtendedContext()

setExtendedContext

public void setExtendedContext(boolean extendedContext)