|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ reports overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jac.aspects.gui.reports
Class JacDataSource

java.lang.Objectjac.aspects.gui.reports.JacDataSource
- public class JacDataSource
- extends java.lang.Object
A data source for JasperReports.
| Field Summary | |
(package private) jac.core.rtti.ClassItem |
cl
|
(package private) java.lang.Object |
current
|
(package private) java.util.Iterator |
it
|
| Constructor Summary | |
JacDataSource(jac.core.rtti.ClassItem cl)
Create a data source of all instances of a class. |
|
| Method Summary | |
java.lang.Object |
getFieldValue(JRField field)
|
boolean |
next()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cl
jac.core.rtti.ClassItem cl
it
java.util.Iterator it
current
java.lang.Object current
| Constructor Detail |
JacDataSource
public JacDataSource(jac.core.rtti.ClassItem cl)
- Create a data source of all instances of a class.
| Method Detail |
next
public boolean next()
throws JRException
getFieldValue
public java.lang.Object getFieldValue(JRField field) throws JRException
|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ reports overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jac.aspects.gui.reports.JacDataSource