|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.core.registration.AbstractEntityRegistrationManager
ar.com.fdvs.dj.core.registration.DJGroupRegistrationManager
public class DJGroupRegistrationManager
Manager invoked to register groups of columns. A ColumnsGroup is read and transformed into a JRDesignGroup.
DJGroup| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DJGroupRegistrationManager(DynamicJasperDesign jd,
DynamicReport dr,
LayoutManager layoutManager)
|
|
| Method Summary | |
|---|---|
protected void |
registerEntity(Entity entity)
Registers in the report's JasperDesign instance whatever is needed to show a given entity. |
protected Object |
transformEntity(Entity entity)
Transforms a DynamicJasper entity into a JasperReport one (JRDesignField, JRDesignParameter, JRDesignVariable) |
protected void |
useVariableForCustomExpression(net.sf.jasperreports.engine.design.JRDesignGroup group,
net.sf.jasperreports.engine.design.JRDesignExpression jrExpression,
CustomExpression customExpression)
When a group expression gets its value from a CustomExpression, a variable must be used otherwise it will fail to work as expected. Instead of using: GROUP -> CUSTOM_EXPRESSION we use: GROUP -> VARIABLE -> CUSTOM_EXPRESSION See http://jasperforge.org/plugins/mantis/view.php?id=4226 for more detail |
| Methods inherited from class ar.com.fdvs.dj.core.registration.AbstractEntityRegistrationManager |
|---|
getDjd, getDynamicReport, getLayoutManager, registerCustomExpressionParameter, registerEntities |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DJGroupRegistrationManager(DynamicJasperDesign jd,
DynamicReport dr,
LayoutManager layoutManager)
| Method Detail |
|---|
protected void registerEntity(Entity entity)
AbstractEntityRegistrationManager
registerEntity in class AbstractEntityRegistrationManager
protected Object transformEntity(Entity entity)
throws net.sf.jasperreports.engine.JRException
AbstractEntityRegistrationManager
transformEntity in class AbstractEntityRegistrationManagernet.sf.jasperreports.engine.JRException
protected void useVariableForCustomExpression(net.sf.jasperreports.engine.design.JRDesignGroup group,
net.sf.jasperreports.engine.design.JRDesignExpression jrExpression,
CustomExpression customExpression)
throws net.sf.jasperreports.engine.JRException
group - jrExpression - customExpression -
net.sf.jasperreports.engine.JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||