java.lang.Objectorg.jfree.report.function.AbstractExpression
org.jfree.report.function.AbstractFunction
org.jfree.report.demo.cards.SelectCardFunction
All Implemented Interfaces:
Serializable, Function, Expression
Thomas - Morgner.| Field Summary | ||
|---|---|---|
| public static final String | FIELD_PROPERTY | Literal text for the field property. |
| public static final String | BASECARD_PROPERTY | Literal text for the baseCard property. |
| Constructor: |
|---|
|
| Method from org.jfree.report.demo.cards.SelectCardFunction Summary: |
|---|
| getValue, initialize, itemsAdvanced |
| 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.demo.cards.SelectCardFunction Detail: |
|---|
The value depends (obviously) on the expression implementation. |
The only check performed at present is to make sure the name is not |
|