com.hp.lft.sdk.web

Interface Link

    • Method Detail

      • getHref

        java.lang.String getHref()
                          throws GeneralLeanFtException
        Returns the location to which the browser navigates when the image is clicked.
        Returns:
        the location to which the browser navigates when the image is clicked.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getBackgroundColor

        java.lang.String getBackgroundColor()
                                     throws GeneralLeanFtException
        Returns this link's background color.
        Returns:
        this link's background color.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getTarget

        java.lang.String getTarget()
                            throws GeneralLeanFtException
        Returns the target frame of the navigation.
        Returns:
        the target frame of the navigation. Possible values: Any valid HTML target attribute value, for example, framename, _blank, or _self.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.