Package org.jbpm.workbench.client.navbar
Class MegaMenuConfig
- java.lang.Object
-
- org.jbpm.workbench.client.navbar.MegaMenuConfig
-
- All Implemented Interfaces:
org.uberfire.client.workbench.widgets.menu.megamenu.brand.MegaMenuBrand
@ApplicationScoped public class MegaMenuConfig extends Object implements org.uberfire.client.workbench.widgets.menu.megamenu.brand.MegaMenuBrand
-
-
Constructor Summary
Constructors Constructor Description MegaMenuConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
brandImageLabel()
String
brandImageUrl()
String
menuAccessorLabel()
-
-
-
Method Detail
-
brandImageUrl
public String brandImageUrl()
- Specified by:
brandImageUrl
in interfaceorg.uberfire.client.workbench.widgets.menu.megamenu.brand.MegaMenuBrand
-
brandImageLabel
public String brandImageLabel()
- Specified by:
brandImageLabel
in interfaceorg.uberfire.client.workbench.widgets.menu.megamenu.brand.MegaMenuBrand
-
menuAccessorLabel
public String menuAccessorLabel()
- Specified by:
menuAccessorLabel
in interfaceorg.uberfire.client.workbench.widgets.menu.megamenu.brand.MegaMenuBrand
-
-