public class JRDesignPart extends JRBasePart
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COMPONENT |
static String |
PROPERTY_COMPONENT_KEY |
static String |
PROPERTY_EVALUATION_TIME |
static String |
PROPERTY_PART_NAME_EXPRESSION |
static String |
PROPERTY_PRINT_WHEN_EXPRESSION |
component, componentKey, evaluationTime, partNameExpression, printWhenExpression, uuid| Constructor and Description |
|---|
JRDesignPart()
Creates an empty report part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setComponent(PartComponent component)
Sets the component instance wrapped by this part.
|
void |
setComponentKey(ComponentKey componentKey)
Sets the component type key that corresponds to the component instance.
|
void |
setEvaluationTime(PartEvaluationTime evaluationTime) |
void |
setPartNameExpression(JRExpression expression) |
void |
setPrintWhenExpression(JRExpression expression) |
void |
setUUID(UUID uuid) |
clone, getComponent, getComponentKey, getEvaluationTime, getEventSupport, getParentProperties, getPartNameExpression, getPrintWhenExpression, getPropertiesMap, getUUID, hasPropertiespublic static final String PROPERTY_PRINT_WHEN_EXPRESSION
public static final String PROPERTY_PART_NAME_EXPRESSION
public static final String PROPERTY_COMPONENT
public static final String PROPERTY_COMPONENT_KEY
public static final String PROPERTY_EVALUATION_TIME
public void setUUID(UUID uuid)
public void setPrintWhenExpression(JRExpression expression)
public void setPartNameExpression(JRExpression expression)
public void setComponentKey(ComponentKey componentKey)
componentKey - the component type keyJRBasePart.getComponentKey()public void setComponent(PartComponent component)
component - the component instanceJRBasePart.getComponent()public void setEvaluationTime(PartEvaluationTime evaluationTime)
Copyright © 2017. All rights reserved.