public class AppLauncherShellApp extends Object implements ShellApp, AppLauncherView.Presenter
Constructor and Description |
---|
AppLauncherShellApp(info.magnolia.ui.api.shell.Shell shell,
AppLauncherView view,
info.magnolia.ui.api.app.AppController appController,
info.magnolia.ui.api.app.launcherlayout.AppLauncherLayoutManager appLauncherLayoutManager,
info.magnolia.event.EventBus admincentralEventBus,
info.magnolia.event.EventBus systemEventBus)
Deprecated.
since 5.4 - use the c-tor which injects the
Context instead. |
AppLauncherShellApp(info.magnolia.ui.api.shell.Shell shell,
AppLauncherView view,
info.magnolia.ui.api.app.AppController appController,
info.magnolia.ui.api.app.launcherlayout.AppLauncherLayoutManager appLauncherLayoutManager,
info.magnolia.event.EventBus admincentralEventBus,
info.magnolia.event.EventBus systemEventBus,
info.magnolia.context.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
locationChanged(info.magnolia.ui.api.location.Location location) |
info.magnolia.ui.api.view.View |
start(ShellAppContext context) |
@Deprecated public AppLauncherShellApp(info.magnolia.ui.api.shell.Shell shell, AppLauncherView view, info.magnolia.ui.api.app.AppController appController, info.magnolia.ui.api.app.launcherlayout.AppLauncherLayoutManager appLauncherLayoutManager, @Named(value="admincentral") info.magnolia.event.EventBus admincentralEventBus, @Named(value="system") info.magnolia.event.EventBus systemEventBus)
Context
instead.@Inject public AppLauncherShellApp(info.magnolia.ui.api.shell.Shell shell, AppLauncherView view, info.magnolia.ui.api.app.AppController appController, info.magnolia.ui.api.app.launcherlayout.AppLauncherLayoutManager appLauncherLayoutManager, @Named(value="admincentral") info.magnolia.event.EventBus admincentralEventBus, @Named(value="system") info.magnolia.event.EventBus systemEventBus, info.magnolia.context.Context context)
public info.magnolia.ui.api.view.View start(ShellAppContext context)
public void locationChanged(info.magnolia.ui.api.location.Location location)
locationChanged
in interface ShellApp
Copyright © 2017 Magnolia International Ltd.. All rights reserved.