Class OtherTextImpl

    • 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
      • 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