GWTExtMenuBar¶
GWT-Ext MenuBar.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: GWTExtMenuBarBehavior
Action Summary¶
| Action | Description | 
|---|---|
| DoMenu | Performs click on the menu item. | 
Action Detail¶
DoMenu¶
Performs click on the menu item.
SeS('SomeGWTExtMenuBar').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.