Class AppLauncherPresenter
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.launcher.AppLauncherPresenter
-
@ApplicationScoped public class AppLauncherPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppLauncherPresenter.AppLauncherView
-
Constructor Summary
Constructors Constructor Description AppLauncherPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.IsWidgetgetView()booleanisAppLauncherEmpty()voidonAppLauncherAddEvent(AppLauncherAddEvent event)voidonAppLauncherRemoveEvent(AppLauncherRemoveEvent event)
-
-
-
Method Detail
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
onAppLauncherRemoveEvent
public void onAppLauncherRemoveEvent(@Observes AppLauncherRemoveEvent event)
-
onAppLauncherAddEvent
public void onAppLauncherAddEvent(@Observes AppLauncherAddEvent event)
-
isAppLauncherEmpty
public boolean isAppLauncherEmpty()
-
-