|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.data.JRAbstractBeanDataSource
net.sf.jasperreports.engine.data.JRBeanCollectionDataSource
Field Summary |
Fields inherited from class net.sf.jasperreports.engine.data.JRAbstractBeanDataSource |
propertyNameProvider |
Constructor Summary | |
JRBeanCollectionDataSource(java.util.Collection beanCollection)
|
|
JRBeanCollectionDataSource(java.util.Collection beanCollection,
boolean isUseFieldDescription)
|
Method Summary | |
java.lang.Object |
getFieldValue(JRField field)
Gets the field value for the current position. |
void |
moveFirst()
Moves back to the first element in the data source. |
boolean |
next()
Tries to position the cursor on the next element in the data source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JRBeanCollectionDataSource(java.util.Collection beanCollection)
public JRBeanCollectionDataSource(java.util.Collection beanCollection, boolean isUseFieldDescription)
Method Detail |
public boolean next()
JRDataSource
public java.lang.Object getFieldValue(JRField field) throws JRException
JRDataSource
JRException
public void moveFirst()
JRRewindableDataSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |