Class AppLauncherMenuBuilder
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.menu.AppLauncherMenuBuilder
-
- All Implemented Interfaces:
org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
@ApplicationScoped public class AppLauncherMenuBuilder extends Object implements org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
-
-
Constructor Summary
Constructors Constructor Description AppLauncherMenuBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.menu.MenuItembuild()voidinit()voidonAppLauncherUpdatedEvent(AppLauncherUpdatedEvent event)voidpush(org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder element)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
push
public void push(org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder element)
- Specified by:
pushin interfaceorg.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
-
build
public org.uberfire.workbench.model.menu.MenuItem build()
- Specified by:
buildin interfaceorg.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
-
onAppLauncherUpdatedEvent
public void onAppLauncherUpdatedEvent(@Observes AppLauncherUpdatedEvent event)
-
-