info.magnolia.sample.app.main
Class SampleMainSubApp

java.lang.Object
  extended by info.magnolia.ui.framework.app.BaseSubApp
      extended by info.magnolia.sample.app.main.SampleMainSubApp
All Implemented Interfaces:
SampleMainView.Listener, SubApp

public class SampleMainSubApp
extends BaseSubApp
implements SampleMainView.Listener

SubApp for the main tab in sample app.


Constructor Summary
SampleMainSubApp(SubAppContext subAppContext, info.magnolia.event.EventBus appEventBus, SampleMainView sampleMainView, NavigationPresenter navigationPresenter, ContentDisplayPresenter contentDisplayPresenter)
           
 
Method Summary
 View start(Location location)
           
 
Methods inherited from class info.magnolia.ui.framework.app.BaseSubApp
getAppContext, getCaption, getCurrentLocation, getSubAppContext, getSubAppId, getView, isCloseable, locationChanged, onSubAppStart, onSubAppStop, stop, supportsLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.magnolia.ui.api.app.SubApp
getCaption, getSubAppId, getView, isCloseable, locationChanged, stop, supportsLocation
 

Constructor Detail

SampleMainSubApp

@Inject
public SampleMainSubApp(SubAppContext subAppContext,
                               @Named(value="app")
                               info.magnolia.event.EventBus appEventBus,
                               SampleMainView sampleMainView,
                               NavigationPresenter navigationPresenter,
                               ContentDisplayPresenter contentDisplayPresenter)
Method Detail

start

public View start(Location location)
Specified by:
start in interface SubApp
Overrides:
start in class BaseSubApp


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