Package org.dashbuilder.client.navbar
Class MenuBuilderHelper
- java.lang.Object
-
- org.dashbuilder.client.navbar.MenuBuilderHelper
-
@ApplicationScoped public class MenuBuilderHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description MenuBuilderHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.menu.MenuItembuildMenuItem(String title, org.gwtbootstrap3.client.ui.constants.IconType icon, org.uberfire.mvp.Command action)
-
-
-
Method Detail
-
buildMenuItem
public org.uberfire.workbench.model.menu.MenuItem buildMenuItem(String title, org.gwtbootstrap3.client.ui.constants.IconType icon, org.uberfire.mvp.Command action)
-
-