com.tonbeller.jpivot.test.olap
Class TestNonEmpty

java.lang.Object
  extended by com.tonbeller.jpivot.core.ExtensionSupport
      extended by com.tonbeller.jpivot.test.olap.TestExtensionSupport
          extended by com.tonbeller.jpivot.test.olap.TestNonEmpty
All Implemented Interfaces:
Extension, NonEmpty

public class TestNonEmpty
extends TestExtensionSupport
implements NonEmpty

Created on 06.12.2002

Author:
av

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

TestNonEmpty

public TestNonEmpty()
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)