Interface | Description |
---|---|
App |
Main interface for apps.
|
AppContext |
Provides functionality used by an app to interact with the Magnolia shell.
|
AppController |
Controls all
App s running for a single user. |
AppDescriptor |
Describes an app.
|
AppEventBus |
Defines the name of the app event bus.
|
AppInstanceController |
Controller for an instance of an App.
|
AppLifecycleEventHandler |
Event handler interface for listening to
AppLifecycleEvent . |
AppView |
AppView interface used for displaying apps and adding and removing the subApp views.
|
AppView.Listener |
Listens to events coming from the TabSheet.
|
ChooseDialogCallback |
Called on choose dialog completion.
|
SubApp |
Sub apps represents a view open in a tab within an app.
|
SubAppContext |
Provides functionality used by a sub app to interact with the Magnolia shell.
|
SubAppDescriptor |
Describes a sub app.
|
SubAppEventBus |
Defines the name of the sub app event bus.
|
SubAppLifecycleEventHandler |
Handles
SubAppLifecycleEvent . |
Class | Description |
---|---|
AppDescriptorKeyGenerator |
Key generator for
AppDescriptor . |
AppLifecycleEvent |
Event fired when the lifecycle of an app changes.
|
AppLifecycleEventHandler.Adapter |
Simple stub so in case not all the methods need to be implemented.
|
SubAppDescriptorKeyGenerator |
Key generator for
SubAppDescriptor . |
SubAppLifecycleEvent |
SubAppLifecycleEvent is fired on initiation, termination and activation/de-activation of a sub-app (the exact list of
supported lifecycle phases is provided by
SubAppLifecycleEvent.Type ). |
SubAppLifecycleEventHandler.Adapter |
Simple stub so that only required methods need to be implemented in an actual listener.
|
Enum | Description |
---|---|
AppLifecycleEventType |
Enumeration of events fired to signal changes to an apps lifecycle.
|
SubAppLifecycleEvent.Type |
List of supported sub-app lifecycle phases.
|
Copyright © 2018 Magnolia International Ltd.. All rights reserved.