com.hp.lft.sdk.winforms

Interface TabControl

    • Method Detail

      • select

        void select(java.lang.String tab,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the specified tab item.
        Parameters:
        tab - the text of the tab to select
        button - the mouse button used to select the list item.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int index,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the specified tab item.
        Parameters:
        index - 0-based index of the item
        button - the mouse button used to select the list item
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getErrorText

        java.lang.String getErrorText()
                               throws GeneralLeanFtException
        Returns the tooltip text of the error icon associated with this object.
        Returns:
        the tooltip text of the error icon associated with this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getAttachedText

        java.lang.String getAttachedText()
                                  throws GeneralLeanFtException
        Returns the static text attached to this control.
        Returns:
        the static text attached to this control
        Throws:
        GeneralLeanFtException - if an error occurs during execution.