org.pentaho.reporting.engine.classic.core.filter.templates
Class AnchorFieldTemplate

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate
      extended by org.pentaho.reporting.engine.classic.core.filter.templates.AnchorFieldTemplate
All Implemented Interfaces:
Serializable, Cloneable, DataSource, Template

Deprecated. the Anchor-Field has been deprecated. Use the style-key "anchor" instead.

public class AnchorFieldTemplate
extends AbstractTemplate

The anchor-field template provides the default field for assigning anchors to an location within the document.

Author:
Thomas Morgner
See Also:
Serialized Form

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

AnchorFieldTemplate

public AnchorFieldTemplate()
Deprecated. 
Creates a new string field template.

Method Detail

getField

public String getField()
Deprecated. 
Returns the field name.

Returns:
The field name.

setField

public void setField(String field)
Deprecated. 
Sets the field name.

Parameters:
field - the field name.

getFormula

public String getFormula()
Deprecated. 
Returns the formula used to compute the value of the data source.

Returns:
the formula.

setFormula

public void setFormula(String formula)
Deprecated. 
Defines the formula used to compute the value of this data source.

Parameters:
formula - the formula for the data source.

getValue

public Object getValue(ExpressionRuntime runtime,
                       Element element)
Deprecated. 
Returns the current value for the data source.

Parameters:
runtime - the expression runtime that is used to evaluate formulas and expressions when computing the value of this filter.
element -
Returns:
the value.

clone

public Object clone()
             throws CloneNotSupportedException
Deprecated. 
Clones the template.

Specified by:
clone in interface DataSource
Overrides:
clone in class AbstractTemplate
Returns:
the clone.
Throws:
CloneNotSupportedException - this should never happen.