| |
|
| java.lang.Object jimm.datavision.SuppressionProc
SuppressionProc | public class SuppressionProc implements Writeable(Code) | | A suppression proc is an object used to decide if data should be
displayed or not. It returns true if the data should
be displayed or false if the data should be supressed
(should not be displayed).
author: Jim Menard, jimm@io.com |
hiding | protected boolean hiding(Code) | | |
getFormula | public Formula getFormula()(Code) | | Returns formula used when not hiding.
formula used when not hiding |
isHidden | public boolean isHidden()(Code) | | |
setHidden | public void setHidden(boolean val)(Code) | | |
suppress | public boolean suppress()(Code) | | Returns true if the data should be suppressed (not displayed).
Returns false if the data should not be supressed (it should
be displayed).
true if the data should be suppressed (not displayed) |
writeXML | public void writeXML(XMLWriter out)(Code) | | Writes this suppression proc as an XML tag.
Parameters: out - a writer that knows how to write XML |
|
|
|