info.magnolia.ui.vaadin.gwt.client.applauncher.widget
Interface AppLauncherView

All Superinterfaces:
com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>
All Known Implementing Classes:
AppLauncherViewImpl

public interface AppLauncherView
extends com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IsWidget

View interface of client side AppLauncher.


Nested Class Summary
static interface AppLauncherView.Presenter
          Presenter for the AppLauncher view.
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Method Summary
 void addAppGroup(AppGroup group)
           
 void addAppTile(AppTile appTile, AppGroup groupName)
           
 void setAppActive(String appName, boolean isActive)
           
 void setPresenter(AppLauncherView.Presenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, remove
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(AppLauncherView.Presenter presenter)

setAppActive

void setAppActive(String appName,
                  boolean isActive)

addAppGroup

void addAppGroup(AppGroup group)

addAppTile

void addAppTile(AppTile appTile,
                AppGroup groupName)


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