Uses of Interface
net.sf.jasperreports.engine.JRExpressionChunk

Packages that use JRExpressionChunk
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
 

Uses of JRExpressionChunk in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRExpressionChunk
 JRExpressionChunk[] JRExpression.getChunks()
           
 

Uses of JRExpressionChunk in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRExpressionChunk
 class JRBaseExpressionChunk
           
 

Methods in net.sf.jasperreports.engine.base that return JRExpressionChunk
 JRExpressionChunk[] JRBaseExpression.getChunks()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRExpressionChunk
protected  JRBaseExpressionChunk JRBaseObjectFactory.getExpressionChunk(JRExpressionChunk expressionChunk)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionChunk
JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
           
 

Uses of JRExpressionChunk in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRExpressionChunk
 class JRDesignExpressionChunk
           
 

Fields in net.sf.jasperreports.engine.design with type parameters of type JRExpressionChunk
protected  java.util.List<JRExpressionChunk> JRDesignExpression.chunks
           
 

Methods in net.sf.jasperreports.engine.design that return JRExpressionChunk
 JRExpressionChunk[] JRDesignExpression.getChunks()
           
 

Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRExpressionChunk
 void JRDesignExpression.setChunks(java.util.List<JRExpressionChunk> chunks)
          Clears the current list of chunks and adds the passed list of chunks.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com