This client-side class provides methods that take actions with the SimpleOne menu objects: Favorites and Navigator.
Use this method to update the Favorites menu.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Example:
SimpleMenu.updateFavoritesList(); |
Use this method to update the Navigator menu.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Example:
SimpleMenu.updateMenuList(); |