net.sf.jasperreports.components.list
Class FillDatasetRun
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillDatasetRun
net.sf.jasperreports.components.list.FillDatasetRun
- All Implemented Interfaces:
- Cloneable, JRCloneable, JRDatasetRun, JRIdentifiable, JRPropertiesHolder
public class FillDatasetRun
- extends JRFillDatasetRun
Used to iterate on the list subdataset at fill time.
- Version:
- $Id: FillDatasetRun.java 5340 2012-05-04 10:41:48Z lucianc $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillDatasetRun |
advanceDataset, checkInterrupted, clone, copyConnectionParameter, detail, evaluate, getConnectionExpression, getDatasetName, getDataSourceExpression, getParameters, getParametersMapExpression, getParentProperties, getPropertiesMap, getUUID, group, hasProperties, init, iterate |
FillDatasetRun
public FillDatasetRun(JRDatasetRun datasetRun,
JRFillObjectFactory factory)
throws JRException
- Throws:
JRException
evaluate
public void evaluate(byte evaluation)
throws JRException
- Throws:
JRException
start
public void start()
throws JRException
- Throws:
JRException
next
public boolean next()
throws JRException
- Throws:
JRException
end
public void end()
rewind
public void rewind()
throws JRException
- Throws:
JRException
evaluateDatasetExpression
public Object evaluateDatasetExpression(JRExpression expression,
byte evaluationType)
throws JRException
- Throws:
JRException
getDataset
protected JRFillDataset getDataset()
- Overrides:
getDataset in class JRFillDatasetRun
Copyright © 2012. All Rights Reserved.