public class MenuBarController extends Object
MenuBar controller.| Modifier and Type | Field and Description |
|---|---|
static String |
MENU_ROLE
The string used to identify the menu bar extension point.
|
| Constructor and Description |
|---|
MenuBarController(com.google.gwt.user.client.ui.MenuBar menuBar)
Creates a new menu bar controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys this menu bar controller.
|
void |
fill(Config config,
PluginManager pluginManager)
Fills the menu bar with the features specified in the configuration.
|
public static final String MENU_ROLE
public MenuBarController(com.google.gwt.user.client.ui.MenuBar menuBar)
menuBar - the menu bar to be managedpublic void fill(Config config, PluginManager pluginManager)
config - the configuration objectpluginManager - the object used to access the menu bar UIExtensionspublic void destroy()
Copyright © 2004–2014 XWiki. All rights reserved.