public interface ISapContextMenuable
Modifier and Type | Method and Description |
---|---|
void |
selectContextMenuItem(String functionCode)
Select an item from the controls context menu.
|
void |
selectContextMenuItemByPosition(String positionDescription)
This method allows you to select a context menu item using the position of the item.
|
void |
selectContextMenuItemByText(String text)
Select a menu item of a context menu using the text of the item and possible higher level menus.
|
void selectContextMenuItem(String functionCode)
functionCode
- the function codevoid selectContextMenuItemByPosition(String positionDescription)
positionDescription
- a string containing the path to the item. If the context menu item is on the top level menu, this is just the zero-base index of the item. Otherwise, the positions on the menu and respective submenus should be concatenated, separated by "|".void selectContextMenuItemByText(String text)
text
- the menu item textCopyright 2009-2012 Micro Focus. All Rights Reserved.