com.tonbeller.jpivot.olap.navi
Interface NonEmpty

All Superinterfaces:
Extension
All Known Implementing Classes:
MondrianNonEmpty, TestNonEmpty, XMLA_NonEmpty

public interface NonEmpty
extends Extension

suppresses the display of empty rows/columns on an axis.

Author:
av

Field Summary
static java.lang.String ID
          name of the Extension for lookup
 
Method Summary
 boolean isNonEmpty()
           
 void setNonEmpty(boolean nonEmpty)
          change the visability of non-empty rows
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Field Detail

ID

static final java.lang.String ID
name of the Extension for lookup

See Also:
Constant Field Values
Method Detail

isNonEmpty

boolean isNonEmpty()
Returns:
true if non-empty rows are currently suppressed

setNonEmpty

void setNonEmpty(boolean nonEmpty)
change the visability of non-empty rows