info.magnolia.ui.admincentral.shellapp.applauncher
Interface AppLauncherView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
AppLauncherViewImpl

public interface AppLauncherView
extends View

View for the app launcher.


Nested Class Summary
static interface AppLauncherView.Presenter
          Presenter.
 
Method Summary
 void activateButton(boolean activate, String appName)
           
 void clearView()
           
 void registerApp(AppLauncherLayout layout)
           
 void setPresenter(AppLauncherView.Presenter presenter)
           
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Method Detail

setPresenter

void setPresenter(AppLauncherView.Presenter presenter)

registerApp

void registerApp(AppLauncherLayout layout)

activateButton

void activateButton(boolean activate,
                    String appName)

clearView

void clearView()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.