Class OtherTextImpl

  • All Implemented Interfaces:
    OtherText

    public class OtherTextImpl
    extends Object
    implements OtherText
    • Constructor Summary

      Constructors 
      Constructor Description
      OtherTextImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getTarget()
      The target location for the text.
      Expression getText()
      The text expression to be used in the specified location.
      void setTarget​(String location)  
      void setText​(Expression text)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OtherTextImpl

        public OtherTextImpl()
    • Method Detail

      • 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