com.hp.lft.sdk.web

Class FrameDescription

    • Constructor Detail

      • FrameDescription

        public FrameDescription()
        Initializes a new instance of the Frame class.
    • Method Detail

      • setUrl

        public void setUrl(StringProperty url)
        Sets the URL of the frame.
        Parameters:
        url - a StringProperty(or RegExpProperty) representing the URL of the frame.
      • setUrl

        public void setUrl(java.lang.String url)
        Sets the URL of the frame.
        Parameters:
        url - the URL of the frame.
      • getUrl

        public StringProperty getUrl()
        Returns the URL of the frame.
        Returns:
        the URL of the frame.
      • setText

        public void setText(StringProperty text)
        Sets the inner text of the body element.
        Parameters:
        text - a StringProperty(or RegExpProperty) representing the inner text of the body element.
      • setText

        public void setText(java.lang.String text)
        Sets the inner text of the body element.
        Parameters:
        text - the inner text of the body element.
      • getText

        public StringProperty getText()
        Returns the inner text of the body element.
        Returns:
        the inner text of the body element.