Class DocumentHyperlinkBehaviour

  • All Implemented Interfaces:
    java.io.Serializable

    public class DocumentHyperlinkBehaviour
    extends java.lang.Object
    implements java.io.Serializable
    Specifies the default behavior for hyperlinks in the document.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String targetFrame
      The name of the default target frame.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getTargetFrame()
      Get the name of the default target frame.
      int hashCode()
      Method hashCode.
      void setTargetFrame​(java.lang.String targetFrame)
      Set the name of the default target frame.
      java.lang.String toString()
      Method toString.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • targetFrame

        private java.lang.String targetFrame
        The name of the default target frame.

        Specifies the name of the default target frame in which to display a document referenced by a hyperlink.

        This attribute can have one of the following values:

        _self
        The referenced document replaces the content of the current frame.
        _blank
        The referenced document is displayed in a new frame.
        _parent
        The referenced document is displayed in the parent frame of the current frame.
        _top
        The referenced document is displayed in the topmost frame, that is the frame that contains the current frame as a child or descendent but is not contained within another frame.
        A frame name
        The referenced document is displayed in the named frame. If the named frame does not exist, a new frame with that name is created.
    • Constructor Detail

      • DocumentHyperlinkBehaviour

        public DocumentHyperlinkBehaviour()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Method equals.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other -
        Returns:
        boolean
      • getTargetFrame

        public java.lang.String getTargetFrame()
        Get the name of the default target frame.

        Specifies the name of the default target frame in which to display a document referenced by a hyperlink.

        This attribute can have one of the following values:

        _self
        The referenced document replaces the content of the current frame.
        _blank
        The referenced document is displayed in a new frame.
        _parent
        The referenced document is displayed in the parent frame of the current frame.
        _top
        The referenced document is displayed in the topmost frame, that is the frame that contains the current frame as a child or descendent but is not contained within another frame.
        A frame name
        The referenced document is displayed in the named frame. If the named frame does not exist, a new frame with that name is created.
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        int
      • setTargetFrame

        public void setTargetFrame​(java.lang.String targetFrame)
        Set the name of the default target frame.

        Specifies the name of the default target frame in which to display a document referenced by a hyperlink.

        This attribute can have one of the following values:

        _self
        The referenced document replaces the content of the current frame.
        _blank
        The referenced document is displayed in a new frame.
        _parent
        The referenced document is displayed in the parent frame of the current frame.
        _top
        The referenced document is displayed in the topmost frame, that is the frame that contains the current frame as a child or descendent but is not contained within another frame.
        A frame name
        The referenced document is displayed in the named frame. If the named frame does not exist, a new frame with that name is created.
        Parameters:
        targetFrame -
      • toString

        public java.lang.String toString()
        Method toString.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String