org.pentaho.reporting.engine.classic.core.function
Class HideNullValuesFunction
java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.AbstractFunction
org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction
org.pentaho.reporting.engine.classic.core.function.HideNullValuesFunction
- All Implemented Interfaces:
- Serializable, Cloneable, EventListener, PageEventListener, ReportListener, Expression, Function, LayoutProcessorFunction
Deprecated. This should be done using Style-Expressions.
public class HideNullValuesFunction
- extends AbstractElementFormatFunction
Hides the specified elements if the given field contains empty strings or zero numbers.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Method Summary |
String |
getField()
Deprecated. Returns the field used by the function. |
void |
setField(String field)
Deprecated. Sets the field name for the function. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction |
getElement, getValue, groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, pageFinished, pageStarted, reportFinished, reportInitialized, reportStarted, setElement |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression |
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime |
HideNullValuesFunction
public HideNullValuesFunction()
- Deprecated.
- Default Constructor.
getField
public String getField()
- Deprecated.
- Returns the field used by the function. The field name corresponds to a column name in the report's data-row.
- Returns:
- The field name.
setField
public void setField(String field)
- Deprecated.
- Sets the field name for the function. The field name corresponds to a column name in the report's data-row.
- Parameters:
field
- the field name.