com.tonbeller.jpivot.mondrian
Class MondrianNonEmpty

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

public class MondrianNonEmpty
extends ExtensionSupport
implements NonEmpty

Author:
hh Implementation of the NonEmpty Extension for Mondrian Data Source.

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.navi.NonEmpty
ID
 
Constructor Summary
MondrianNonEmpty()
          Constructor sets ID
 
Method Summary
 boolean isNonEmpty()
           
 void setNonEmpty(boolean nonEmpty)
          change the visability of non-empty rows
 
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

MondrianNonEmpty

public MondrianNonEmpty()
Constructor sets ID

Method Detail

isNonEmpty

public boolean isNonEmpty()
Specified by:
isNonEmpty in interface NonEmpty
Returns:
true if non-empty rows are currently suppressed
See Also:
NonEmpty.isNonEmpty()

setNonEmpty

public void setNonEmpty(boolean nonEmpty)
Description copied from interface: NonEmpty
change the visability of non-empty rows

Specified by:
setNonEmpty in interface NonEmpty
See Also:
NonEmpty.setNonEmpty(boolean)