com.hp.lft.sdk.oracle

Interface MenuItem



  • public interface MenuItem
    An Oracle menu item.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      List<MenuItem>getMenuSubItems()
      Returns a list of all submenus for the specified menu item.
      StringgetPath()
      Returns the path of the menu item.
      booleanisChecked()
      Indicates whether this menu item is currently checked.
      booleanisDisabled()
      Indicates whether this menu item is currently disabled.
      booleanisEnabled()
      Indicates whether this menu item is currently enabled.
      booleanisShowing()
      Indicates whether this menu item is currently showing.
      booleanisVisible()
      Indicates whether this menu item is currently visible.
    • Method Detail

      • isChecked

        boolean isChecked()
                   throws GeneralLeanFtException
        Indicates whether this menu item is currently checked.
        Returns:
        true, if this menu item is currently checked.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isEnabled

        boolean isEnabled()
                   throws GeneralLeanFtException
        Indicates whether this menu item is currently enabled.
        Returns:
        true, if this menu item is currently enabled.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isDisabled

        boolean isDisabled()
                    throws GeneralLeanFtException
        Indicates whether this menu item is currently disabled.
        Returns:
        true, if this menu item is currently disabled.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isVisible

        boolean isVisible()
                   throws GeneralLeanFtException
        Indicates whether this menu item is currently visible.
        Returns:
        true if this menu item is currently visible.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • isShowing

        boolean isShowing()
                   throws GeneralLeanFtException
        Indicates whether this menu item is currently showing.
        Returns:
        true if this menu item is currently showing.
        Throws:
        GeneralLeanFtException - if error occurs during execution