com.hp.lft.sdk.sap.gui

Interface APOGridCell

  • All Superinterfaces:
    TableCellBase


    public interface APOGridCell
    extends TableCellBase
    A single grid cell in SAP GUI for Windows application.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.StringgetFormat()
      Returns the type of the cell.
      voidselectMenuItem(java.lang.String menuItem)
      Right-clicks the cell and selects the specified menu item.
    • Method Detail

      • selectMenuItem

        void selectMenuItem(java.lang.String menuItem)
                     throws GeneralLeanFtException
        Right-clicks the cell and selects the specified menu item.
        Parameters:
        menuItem - the name of the menu item.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.