com.hp.lft.sdk

Interface UiObjectBase

    • Method Detail

      • isEnabled

        boolean isEnabled()
                   throws GeneralLeanFtException
        Indicates whether this object is enabled.
        Returns:
        true if the object is enabled, false otherwise.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isFocused

        boolean isFocused()
                   throws GeneralLeanFtException
        Indicates whether this object is currently in focus.
        Returns:
        true if the object is currently in focus, false otherwise.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getWindowTitleRegExp

        java.lang.String getWindowTitleRegExp()
                                       throws GeneralLeanFtException
        The constant part of this window title.
        Returns:
        the constant part of this window title.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isVisible

        boolean isVisible()
                   throws GeneralLeanFtException
        Indicates whether this object is currently visible.
        Returns:
        indicates whether this object is currently visible.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.