info.magnolia.ui.vaadin.gwt.client.applauncher
Interface VAppLauncherView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
VAppLauncherViewImpl

public interface VAppLauncherView
extends com.google.gwt.user.client.ui.IsWidget

View interface of client side AppLauncher.


Nested Class Summary
static interface VAppLauncherView.Presenter
          Presenter for the AppLauncher view.
 
Method Summary
 void addAppGroup(VAppGroupJSO group)
           
 void addAppTile(VAppTileJSO appTile, String groupName)
           
 void setAppActive(String appName, boolean isActive)
           
 void setPresenter(VAppLauncherView.Presenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(VAppLauncherView.Presenter presenter)

setAppActive

void setAppActive(String appName,
                  boolean isActive)

addAppGroup

void addAppGroup(VAppGroupJSO group)

addAppTile

void addAppTile(VAppTileJSO appTile,
                String groupName)


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