info.magnolia.ui.api.app
Interface SubApp

All Known Subinterfaces:
MessagesView.Listener, SampleMainView.Listener
All Known Implementing Classes:
AboutMainSubApp, BaseSubApp, BrowserSubApp, DetailSubApp, EmbeddedPageSubApp, MessagesMainSubApp, PagesEditorSubApp, SampleEditorSubApp, SampleMainSubApp

public interface SubApp

Sub apps represents a view open in a tab within an app.

See Also:
SubAppContext

Method Summary
 String getCaption()
           
 String getSubAppId()
           
 View getView()
           
 boolean isCloseable()
           
 void locationChanged(Location location)
           
 View start(Location location)
           
 void stop()
           
 boolean supportsLocation(Location location)
           
 

Method Detail

getCaption

String getCaption()

start

View start(Location location)

stop

void stop()

locationChanged

void locationChanged(Location location)

getSubAppId

String getSubAppId()

supportsLocation

boolean supportsLocation(Location location)

getView

View getView()

isCloseable

boolean isCloseable()


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