@ApplicationScoped public class AppLauncherPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppLauncherPresenter.AppLauncherView |
| Constructor and Description |
|---|
AppLauncherPresenter() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getView() |
boolean |
isAppLauncherEmpty() |
void |
onAppLauncherAddEvent(AppLauncherAddEvent event) |
void |
onAppLauncherRemoveEvent(AppLauncherRemoveEvent event) |
public com.google.gwt.user.client.ui.IsWidget getView()
public void onAppLauncherRemoveEvent(@Observes
AppLauncherRemoveEvent event)
public void onAppLauncherAddEvent(@Observes
AppLauncherAddEvent event)
public boolean isAppLauncherEmpty()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.