Class UtilityMenuBarPresenter
- java.lang.Object
-
- org.uberfire.client.workbench.widgets.menu.UtilityMenuBarPresenter
-
- All Implemented Interfaces:
HasMenus,UtilityMenuBar
@ApplicationScoped public class UtilityMenuBarPresenter extends Object implements UtilityMenuBar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUtilityMenuBarPresenter.View
-
Constructor Summary
Constructors Constructor Description UtilityMenuBarPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMenus(org.uberfire.workbench.model.menu.Menus menus)voidclear()com.google.gwt.user.client.ui.IsWidgetgetView()
-
-
-
Method Detail
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
addMenus
public void addMenus(org.uberfire.workbench.model.menu.Menus menus)
-
clear
public void clear()
- Specified by:
clearin interfaceUtilityMenuBar
-
-