net.sf.dynamicreports.report.builder.expression
Class MapCollectionSubDatasourceExpression

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.expression.AbstractComplexExpression<net.sf.jasperreports.engine.JRDataSource>
      extended by net.sf.dynamicreports.report.builder.expression.AbstractSubDatasourceExpression<Collection<Map<String,?>>>
          extended by net.sf.dynamicreports.report.builder.expression.MapCollectionSubDatasourceExpression
All Implemented Interfaces:
Serializable, DRIComplexExpression<net.sf.jasperreports.engine.JRDataSource>, DRIExpression<net.sf.jasperreports.engine.JRDataSource>

public class MapCollectionSubDatasourceExpression
extends AbstractSubDatasourceExpression<Collection<Map<String,?>>>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
MapCollectionSubDatasourceExpression(DRIExpression<? extends Collection<Map<String,?>>> expression)
           
MapCollectionSubDatasourceExpression(String fieldName)
           
 
Method Summary
protected  net.sf.jasperreports.engine.JRDataSource createSubDatasource(Collection<Map<String,?>> data)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.expression.AbstractSubDatasourceExpression
evaluate, getSubDatasourceDataClass, getValueClass
 
Methods inherited from class net.sf.dynamicreports.report.builder.expression.AbstractComplexExpression
addExpression, addExpression, addExpression, addExpression, addExpression, addExpression, addExpression, getExpressions, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCollectionSubDatasourceExpression

public MapCollectionSubDatasourceExpression(String fieldName)

MapCollectionSubDatasourceExpression

public MapCollectionSubDatasourceExpression(DRIExpression<? extends Collection<Map<String,?>>> expression)
Method Detail

createSubDatasource

protected net.sf.jasperreports.engine.JRDataSource createSubDatasource(Collection<Map<String,?>> data)
Specified by:
createSubDatasource in class AbstractSubDatasourceExpression<Collection<Map<String,?>>>


Copyright © 2010-2014. All Rights Reserved.