com.hp.lft.sdk.sap.ui5

Interface Menu

    • Method Detail

      • select

        void select(java.lang.String path)
             throws GeneralLeanFtException
        Selects menu items according to the path.
        Parameters:
        path - path for menu items, separated by semicolons (;).
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setItemValue

        void setItemValue(java.lang.String itemPath,
                          java.lang.String value)
                   throws GeneralLeanFtException
        Sets the value in the menu item's text field.
        Parameters:
        itemPath - path to the menu item.
        value - value to enter in the menu item's text field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.