Class JRDesignPart
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBasePart
-
- net.sf.jasperreports.engine.design.JRDesignPart
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRChangeEventsSupport,JRCloneable,JRIdentifiable,JRPart,JRPropertiesHolder
public class JRDesignPart extends JRBasePart
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_COMPONENTstatic java.lang.StringPROPERTY_COMPONENT_KEYstatic java.lang.StringPROPERTY_EVALUATION_TIMEstatic java.lang.StringPROPERTY_PART_NAME_EXPRESSIONstatic java.lang.StringPROPERTY_PRINT_WHEN_EXPRESSION-
Fields inherited from class net.sf.jasperreports.engine.base.JRBasePart
component, componentKey, evaluationTime, partNameExpression, printWhenExpression, uuid
-
-
Constructor Summary
Constructors Constructor Description JRDesignPart()Creates an empty report part.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetComponent(PartComponent component)Sets the component instance wrapped by this part.voidsetComponentKey(ComponentKey componentKey)Sets the component type key that corresponds to the component instance.voidsetEvaluationTime(PartEvaluationTime evaluationTime)voidsetPartNameExpression(JRExpression expression)voidsetPrintWhenExpression(JRExpression expression)voidsetUUID(java.util.UUID uuid)-
Methods inherited from class net.sf.jasperreports.engine.base.JRBasePart
clone, getComponent, getComponentKey, getEvaluationTime, getEventSupport, getParentProperties, getPartNameExpression, getPrintWhenExpression, getPropertiesMap, getUUID, hasProperties
-
-
-
-
Field Detail
-
PROPERTY_PRINT_WHEN_EXPRESSION
public static final java.lang.String PROPERTY_PRINT_WHEN_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_PART_NAME_EXPRESSION
public static final java.lang.String PROPERTY_PART_NAME_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_COMPONENT
public static final java.lang.String PROPERTY_COMPONENT
- See Also:
- Constant Field Values
-
PROPERTY_COMPONENT_KEY
public static final java.lang.String PROPERTY_COMPONENT_KEY
- See Also:
- Constant Field Values
-
PROPERTY_EVALUATION_TIME
public static final java.lang.String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUUID
public void setUUID(java.util.UUID uuid)
-
setPrintWhenExpression
public void setPrintWhenExpression(JRExpression expression)
-
setPartNameExpression
public void setPartNameExpression(JRExpression expression)
-
setComponentKey
public void setComponentKey(ComponentKey componentKey)
Sets the component type key that corresponds to the component instance.- Parameters:
componentKey- the component type key- See Also:
JRBasePart.getComponentKey()
-
setComponent
public void setComponent(PartComponent component)
Sets the component instance wrapped by this part.- Parameters:
component- the component instance- See Also:
JRBasePart.getComponent()
-
setEvaluationTime
public void setEvaluationTime(PartEvaluationTime evaluationTime)
-
-