java.lang.Objectorg.jfree.report.function.AbstractExpression
org.jfree.report.function.AbstractFunction
org.jfree.report.function.ElementVisibilitySwitchFunction
All Implemented Interfaces:
LayoutProcessorFunction, PageEventListener, Function, Expression, Serializable
Use - the RowBandingFunction to modify the band's background color directly.The name of the element(s) in the itemband that should be modified. The element(s) must be named using the "name" attribute.
The initial state of the function. (true or false) defaults to false. This is the reverse of the element's visiblity (set to false to start with an visible element, set to true to hide the element in the first itemrow).
Thomas - MorgnerMichael - D'Amour| Constructor: |
|---|
|
| Method from org.jfree.report.function.ElementVisibilitySwitchFunction Summary: |
|---|
| getElement, getInitialState, getInitialTriggerValue, getNewPageState, getNumberOfElements, getValue, itemsAdvanced, itemsStarted, pageFinished, pageStarted, reportInitialized, setElement, setInitialState, setNewPageState, setNumberOfElements |
| Methods from org.jfree.report.function.AbstractFunction: |
|---|
| groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted |
| Methods from org.jfree.report.function.AbstractExpression: |
|---|
| clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.report.function.ElementVisibilitySwitchFunction Detail: |
|---|
Deprecated!
|
Deprecated!
|
Deprecated! use - getInitialState instead.Deprecated!
|
Deprecated!
|
Deprecated!
|
Deprecated!
|
Deprecated!
|
Deprecated!
Following this event, there will be a sequence of itemsAdvanced events until the itemsFinished event is raised. |
Deprecated!
|
Deprecated!
|
Deprecated!
The event carries a ReportState.Started state. Use this to initialize the report. |
Deprecated!
|
Deprecated!
|
Deprecated!
|
Deprecated!
|