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 |
ID
static final java.lang.String ID
- name of the Extension for lookup
- See Also:
- Constant Field Values
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