Skip to content

OracleFormsMenuBar

Oracle Forms MenuBar.

UI element class: oracle.ewt.lwAWT.lwMenu.LWMenuBar

Extends OracleFormsObject

Extends SeSSimulatedObject

Behavior Pattern: OracleFormsMenuBarBehavior

Action Summary

Action Description
DoGetSubmenuProperty Gets submenu property.
DoMenu Performs click on the menu item.

Action Detail

DoGetSubmenuProperty

Gets submenu property.

SeS('SomeOracleFormsMenuBar').DoGetSubmenuProperty(path, property, separator)

Parameters:

Name Type Description
path string Path from the menu root to a leaf item with components delimited by separator parameter.
property string Name of a property. Available properties can be seen in Java Spy.
separator string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

string |
boolean: Submenu property, 'false' otherwise.

DoMenu

Performs click on the menu item.

SeS('SomeOracleFormsMenuBar').DoMenu(path, separator)

Parameters:

Name Type Description
path string Path from the menu root to a leaf item with components delimited by separator parameter.
separator string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

boolean: 'true' if success, 'false' otherwise.