|
||||||||||
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.ColumnsGroupVariablesRegistrationManager
public class ColumnsGroupVariablesRegistrationManager
Manager invoked to register variables for groups of columns. A ColumnsGroupVariable is read and transformed into a JRDesignVariable.
DJGroup
Field Summary |
---|
Constructor Summary | |
---|---|
ColumnsGroupVariablesRegistrationManager(java.lang.String type,
java.lang.String columnToGroupByProperty,
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 void |
registerValueFormatter(DJGroupVariable djVariable,
java.lang.String variableName)
Registers the parameter for the value formatter for the given variable and puts it's implementation in the parameters map. |
protected java.lang.Object |
transformEntity(Entity entity)
Transforms a DynamicJasper entity into a JasperReport one (JRDesignField, JRDesignParameter, JRDesignVariable) |
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 ColumnsGroupVariablesRegistrationManager(java.lang.String type, java.lang.String columnToGroupByProperty, DynamicJasperDesign jd, DynamicReport dr, LayoutManager layoutManager)
Method Detail |
---|
protected void registerEntity(Entity entity)
AbstractEntityRegistrationManager
registerEntity
in class AbstractEntityRegistrationManager
protected void registerValueFormatter(DJGroupVariable djVariable, java.lang.String variableName)
djVariable
- variableName
- protected java.lang.Object transformEntity(Entity entity)
AbstractEntityRegistrationManager
transformEntity
in class AbstractEntityRegistrationManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |