|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRGenericPrintElement
A generic print element.
Such an element has a type and includes
a set of parameters.
Export handlers need to registered for the element's type and they are
responsible for producing export output for the element.
JRGenericElement| Field Summary |
|---|
| Fields inherited from interface net.sf.jasperreports.engine.JRPrintElement |
|---|
UNSET_SOURCE_ELEMENT_ID |
| Method Summary | |
|---|---|
JRGenericElementType |
getGenericType()
Returns the type of this element. |
Set<String> |
getParameterNames()
Returns the set of parameter names for this element. |
Object |
getParameterValue(String name)
Returns the value of a parameter. |
boolean |
hasParameter(String name)
Determines whether the element includes a parameter having a given name. |
void |
setParameterValue(String name,
Object value)
Sets a parameter value. |
| Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
|---|
accept, getHeight, getKey, getOrigin, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
| Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
|---|
getBackcolor, getForecolor, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, setBackcolor, setForecolor, setMode |
| Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
|---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
| Methods inherited from interface net.sf.jasperreports.engine.JRIdentifiable |
|---|
getUUID |
| Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder |
|---|
getParentProperties, getPropertiesMap, hasProperties |
| Method Detail |
|---|
JRGenericElementType getGenericType()
Set<String> getParameterNames()
Strings).boolean hasParameter(String name)
name - the parameter name
Object getParameterValue(String name)
name - the parameter name
null if a parameter by
the specified name does not exist.
void setParameterValue(String name,
Object value)
name - the parameter namevalue - the parameter value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||