java.lang.Object
org.jfree.report.function.AbstractFunction
org.jfree.report.demo.invoice.HideArticleDetailsFunction
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.EventListener, org.jfree.report.function.Expression, org.jfree.report.function.Function, org.jfree.report.event.ReportListener, java.io.Serializable
- public class HideArticleDetailsFunction
- extends org.jfree.report.function.AbstractFunction
| Methods inherited from class org.jfree.report.function.AbstractFunction |
clone, getDataRow, getDependencyLevel, getInstance, getName, getProperties, getProperty, getProperty, groupFinished, groupStarted, initialize, isActive, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted, setDataRow, setDependencyLevel, setName, setProperties, setProperty |
HideArticleDetailsFunction
public HideArticleDetailsFunction()
- Creates an unnamed function. Make sure the name of the function is set using AbstractFunction.setName(java.lang.String)>
AbstractFunction.setName(java.lang.String) 55 before the function is added to the report's function collection.
itemsAdvanced
public void itemsAdvanced(org.jfree.report.event.ReportEvent event)
- Receives notification that a row of data is being processed.
getValue
public java.lang.Object getValue()
- Return the current expression value.
The value depends (obviously) on the
expression implementation.