Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.demo.invoice
Class HideArticleDetailsFunction  view HideArticleDetailsFunction download HideArticleDetailsFunction.java

java.lang.Object
  extended byorg.jfree.report.function.AbstractFunction
      extended byorg.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


Field Summary
 
Fields inherited from class org.jfree.report.function.AbstractFunction
 
Fields inherited from interface org.jfree.report.function.Expression
AUTOACTIVATE_PROPERTY
 
Constructor Summary
HideArticleDetailsFunction()
          Creates an unnamed function.
 
Method Summary
 java.lang.Object getValue()
          Return the current expression value.
 void itemsAdvanced(org.jfree.report.event.ReportEvent event)
          Receives notification that a row of data is being processed.
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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.