Class CreateHyperLinksFunction

    • Constructor Detail

      • CreateHyperLinksFunction

        public CreateHyperLinksFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the field name from where to read the hyper-link target.
        Returns:
        the name of the field.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the field name from where to read the hyper-link target.
        Parameters:
        field - a field name.
      • getTarget

        public String getTarget()
        Deprecated.
        Returns the target window. This property is used if no window field was set. This is only meaningful for HTML exports.
        Returns:
        the target window string.
      • setTarget

        public void setTarget​(String target)
        Deprecated.
        Defines the target window. This property is used if no window field was set. This is only meaningful for HTML exports.
        Parameters:
        target - the target window string.
      • getWindowField

        public String getWindowField()
        Deprecated.
        Returns the datarow-field from where to read the target window. This is only meaningful for HTML exports.
        Returns:
        the fieldname from where to read the target window string.
      • setWindowField

        public void setWindowField​(String windowField)
        Deprecated.
        Defines the datarow-field from where to read the target window. This is only meaningful for HTML exports.
        Parameters:
        windowField - the fieldname from where to read the target window string.