com.hp.lft.sdk.java

Interface Menu

    • Method Detail

      • getSubMenu

                                                    Menu getSubMenu(java.lang.String subMenuPath)
                 throws GeneralLeanFtException
        Returns a sub-menu of this menu.
        Parameters:
        subMenuPath - the path of the sub-menu. Elements of the path are separated by semicolon (;).
        Returns:
        the Menu test object representing the sub-menu with the specified path.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectSubMenu

        void selectSubMenu(java.lang.String subMenuPath)
                    throws GeneralLeanFtException
        Selects the specified sub-menu.
        Parameters:
        subMenuPath - the path of the sub-menu. Elements of the path are separated by semicolon (;).
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getSubMenus

        java.util.List<Menu> getSubMenus()
                                  throws GeneralLeanFtException
        Returns a list of the sub-menus that are direct children of this menu.
        Returns:
        a list of direct child sub-menus.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.