Class OtherTextImpl

Object
OtherTextImpl
All Implemented Interfaces:
OtherText

public class OtherTextImpl extends Object implements OtherText
  • Constructor Details

    • OtherTextImpl

      public OtherTextImpl()
  • Method Details

    • getTarget

      public String getTarget()
      Description copied from interface: OtherText
      The target location for the text. It can be anything, but it's up to the renderer to decide whether it can be used or not (some paths can be used, others are not understood)
      Specified by:
      getTarget in interface OtherText
    • setTarget

      public void setTarget(String location)
      Specified by:
      setTarget in interface OtherText
    • getText

      public Expression getText()
      Description copied from interface: OtherText
      The text expression to be used in the specified location. Normally it should be a string, but a renderer may accept something different (a number, a date)
      Specified by:
      getText in interface OtherText
    • setText

      public void setText(Expression text)
      Specified by:
      setText in interface OtherText