|
||||||||||
| 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| Method Summary | |
|---|---|
JRGenericElementType |
getGenericType()
Returns the type of this element. |
java.util.Set |
getParameterNames()
Returns the set of parameter names for this element. |
java.lang.Object |
getParameterValue(java.lang.String name)
Returns the value of a parameter. |
boolean |
hasParameter(java.lang.String name)
Determines whether the element includes a parameter having a given name. |
void |
setParameterValue(java.lang.String name,
java.lang.Object value)
Sets a parameter value. |
| Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
|---|
accept, getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
| Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
|---|
getBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode |
| Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
|---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
| Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder |
|---|
getParentProperties, getPropertiesMap, hasProperties |
| Method Detail |
|---|
JRGenericElementType getGenericType()
java.util.Set getParameterNames()
Strings).boolean hasParameter(java.lang.String name)
name - the parameter name
java.lang.Object getParameterValue(java.lang.String name)
name - the parameter name
null if a parameter by
the specified name does not exist.
void setParameterValue(java.lang.String name,
java.lang.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 | |||||||||