|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate
org.pentaho.reporting.engine.classic.core.filter.templates.AnchorFieldTemplate
public class AnchorFieldTemplate
The anchor-field template provides the default field for assigning anchors to an location within the document.
| Constructor Summary | |
|---|---|
AnchorFieldTemplate()
Deprecated. Creates a new string field template. |
|
| Method Summary | |
|---|---|
Object |
clone()
Deprecated. Clones the template. |
String |
getField()
Deprecated. Returns the field name. |
String |
getFormula()
Deprecated. Returns the formula used to compute the value of the data source. |
Object |
getValue(ExpressionRuntime runtime,
Element element)
Deprecated. Returns the current value for the data source. |
void |
setField(String field)
Deprecated. Sets the field name. |
void |
setFormula(String formula)
Deprecated. Defines the formula used to compute the value of this data source. |
| Methods inherited from class org.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate |
|---|
getInstance, getName, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnchorFieldTemplate()
| Method Detail |
|---|
public String getField()
public void setField(String field)
field - the field name.public String getFormula()
public void setFormula(String formula)
formula - the formula for the data source.
public Object getValue(ExpressionRuntime runtime,
Element element)
runtime - the expression runtime that is used to evaluate formulas and expressions when computing the value of
this filter.element -
public Object clone()
throws CloneNotSupportedException
clone in interface DataSourceclone in class AbstractTemplateCloneNotSupportedException - this should never happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||