|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.core.ExtensionSupport com.tonbeller.jpivot.test.olap.TestExtensionSupport com.tonbeller.jpivot.test.olap.TestDrillReplace
public class TestDrillReplace
Created on 03.12.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.navi.DrillReplace |
---|
ID |
Constructor Summary | |
---|---|
TestDrillReplace()
|
Method Summary | |
---|---|
boolean |
canDrillDown(Member member)
drill down is possible if member has children |
boolean |
canDrillUp(Hierarchy hier)
drill up is possible if not all members of the top level hierarchy are shown. |
void |
drillDown(Member member)
replaces the members. |
void |
drillUp(Hierarchy hier)
replaces all visible members of hier with the members of the next higher level. |
Methods inherited from class com.tonbeller.jpivot.test.olap.TestExtensionSupport |
---|
fireModelChanged, model |
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 |
---|
public TestDrillReplace()
Method Detail |
---|
public boolean canDrillDown(Member member)
DrillReplace
member
has children
canDrillDown
in interface DrillReplace
DrillReplace.canDrillDown(Member)
public boolean canDrillUp(Hierarchy hier)
DrillReplace
canDrillUp
in interface DrillReplace
DrillReplace.canDrillUp(Hierarchy)
public void drillDown(Member member)
DrillReplace
H
be the hierarchy
that member belongs to. Then drillDown will replace all members from H
that are currently visible with the children of member
.
drillDown
in interface DrillReplace
DrillReplace.drillDown(Member)
public void drillUp(Hierarchy hier)
DrillReplace
drillUp
in interface DrillReplace
DrillReplace.drillUp(Hierarchy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |