com.hp.lft.sdk.web

Interface TabStrip

    • Method Detail

      • getTabs

        java.util.List<java.lang.String> getTabs()
                                          throws GeneralLeanFtException
        Returns the list of all tabs contained in this tab strip.
        Returns:
        the list of all tabs contained in this tab strip.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String tabName)
             throws GeneralLeanFtException
        Selects the specified tab by name.
        Parameters:
        tabName - the name of the tab to select.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int tabIndex)
             throws GeneralLeanFtException
        Selects the specified tab by index.
        Parameters:
        tabIndex - the tab index to select. Indexes are 0-based.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.