|
|||||||||
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.TestPlaceHierarchiesOnAxes com.tonbeller.jpivot.test.olap.TestPlaceMembersOnAxes
public class TestPlaceMembersOnAxes
Created on 13.12.2002
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.navi.PlaceMembersOnAxes |
---|
ID |
Constructor Summary | |
---|---|
TestPlaceMembersOnAxes()
|
Method Summary | |
---|---|
java.lang.Object |
createMemberExpression(java.util.List members)
creates an expression that selects members . |
java.util.List |
findVisibleMembers(Hierarchy hier)
collects all members from the visible axes in the result. |
Methods inherited from class com.tonbeller.jpivot.test.olap.TestPlaceHierarchiesOnAxes |
---|
createMemberExpression, getExpandAllMember, setExpandAllMember, setQueryAxis, setSlicer |
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.olap.navi.PlaceHierarchiesOnAxes |
---|
createMemberExpression, getExpandAllMember, setExpandAllMember, setQueryAxis |
Methods inherited from interface com.tonbeller.jpivot.core.Extension |
---|
decorate, getId, modelInitialized, setModel |
Constructor Detail |
---|
public TestPlaceMembersOnAxes()
Method Detail |
---|
public java.lang.Object createMemberExpression(java.util.List members)
PlaceMembersOnAxes
members
. In MDX this
would be an enumeration of the members within { ... }
If a memberExpression returned by this method is placed on an axis, sorting should be disabled. If sorting was not disabled, the explicit order or the members would not be visible to the user.
createMemberExpression
in interface PlaceMembersOnAxes
members
- a List of Members
PlaceMembersOnAxes.createMemberExpression(List)
public java.util.List findVisibleMembers(Hierarchy hier)
PlaceMembersOnAxes
findVisibleMembers
in interface PlaceMembersOnAxes
hier
- the Hierarchy
PlaceMembersOnAxes.findVisibleMembers(Hierarchy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |