net.sf.jasperreports.engine.base
Class VirtualElementsData
java.lang.Object
net.sf.jasperreports.engine.base.VirtualElementsData
- All Implemented Interfaces:
- Serializable
public class VirtualElementsData
- extends Object
- implements Serializable
Virtual data type used by report pages to virtualize elements.
- Version:
- $Id: VirtualElementsData.java 4732 2011-10-21 09:14:15Z lucianc $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualElementsData
public VirtualElementsData(List<JRPrintElement> elements)
setElementEvaluations
public void setElementEvaluations(int fillerId,
JREvaluationTime evaluationTime,
Map<JRPrintElement,Integer> evaluations)
getElementEvaluations
public Map<JRPrintElement,Integer> getElementEvaluations(int fillerId,
JREvaluationTime evaluationTime)
getElements
public List<JRPrintElement> getElements()
Copyright © 2012. All Rights Reserved.