A B C D E F G H I L M N O P R S T U V

A

AbstractApp - Class in info.magnolia.ui.framework.app
Abstract implementation with default behavior suitable for most apps.
AbstractApp(AppContext) - Constructor for class info.magnolia.ui.framework.app.AbstractApp
 
AbstractSubApp - Class in info.magnolia.ui.framework.app
Abstract implementation with default behavior suitable for most sub apps.
AbstractSubApp(SubAppContext, View) - Constructor for class info.magnolia.ui.framework.app.AbstractSubApp
 
add(H) - Method in class info.magnolia.ui.framework.event.EventHandlerCollection
 
addApp(AppLauncherGroupEntry) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
addApp(AppLauncherGroupEntryDefinition) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
addFragmentChangedHandler(FragmentChangedHandler) - Method in interface info.magnolia.ui.framework.shell.Shell
 
addGroup(AppLauncherGroup) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
addGroup(AppLauncherGroupDefinition) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherLayoutDefinition
 
addHandler(Class<? extends Event<H>>, H) - Method in interface info.magnolia.ui.framework.event.EventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class info.magnolia.ui.framework.event.ResettableEventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class info.magnolia.ui.framework.event.SimpleEventBus
 
addSubApp(SubAppDescriptor) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
AdminCentralEventBusConfigurer - Class in info.magnolia.ui.framework.event
Configures an EventBus bound to the name admincentral.
AdminCentralEventBusConfigurer() - Constructor for class info.magnolia.ui.framework.event.AdminCentralEventBusConfigurer
 
App - Interface in info.magnolia.ui.framework.app
Defines an app.
App - Annotation Type in info.magnolia.ui.framework.app.builder
Annotations used on methods on a module class that provide an app descriptor.
AppBuilder - Class in info.magnolia.ui.framework.app.builder
Builder used to build an app descriptor.
AppBuilder(String) - Constructor for class info.magnolia.ui.framework.app.builder.AppBuilder
 
appClass(Class<? extends App>) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
appContext - Variable in class info.magnolia.ui.framework.app.AbstractApp
 
AppContext - Interface in info.magnolia.ui.framework.app
Provides functionality used by an app to interact with the Magnolia shell.
AppController - Interface in info.magnolia.ui.framework.app
AppController manages life cycles of Apps.
AppDescriptor - Interface in info.magnolia.ui.framework.app
Describes an app.
AppDescriptorProvider - Interface in info.magnolia.ui.framework.app.registry
Provides a AppDescriptor.
AppDescriptorRegistry - Class in info.magnolia.ui.framework.app.registry
The central registry of all AppDescriptors.
AppDescriptorRegistry(EventBus) - Constructor for class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
AppEventBusConfigurer - Class in info.magnolia.ui.framework.event
Configures an EventBus bound to the name app.
AppEventBusConfigurer() - Constructor for class info.magnolia.ui.framework.event.AppEventBusConfigurer
 
AppLauncherGroup - Class in info.magnolia.ui.framework.app.launcherlayout
Defines a group of apps displayed in the app launcher including display properties of the group.
AppLauncherGroup() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
AppLauncherGroupDefinition - Interface in info.magnolia.ui.framework.app.launcherlayout.definition
Defines a a group in the layout of apps in the app launcher.
AppLauncherGroupEntry - Class in info.magnolia.ui.framework.app.launcherlayout
Entry of an app group describing an app to be part of that group.
AppLauncherGroupEntry() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
AppLauncherGroupEntryDefinition - Interface in info.magnolia.ui.framework.app.launcherlayout.definition
Defines the appearance of an app in the app launcher.
AppLauncherLayout - Class in info.magnolia.ui.framework.app.launcherlayout
Describes the layout in the app launcher.
AppLauncherLayout() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
AppLauncherLayoutChangedEvent - Class in info.magnolia.ui.framework.app.launcherlayout
Event dispatched when the launcher layout changes.
AppLauncherLayoutChangedEvent() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutChangedEvent
 
AppLauncherLayoutChangedEventHandler - Interface in info.magnolia.ui.framework.app.launcherlayout
Event handler for receiving events when the launcher layout changes.
AppLauncherLayoutDefinition - Interface in info.magnolia.ui.framework.app.launcherlayout.definition
Defines the layout of apps in the app launcher.
AppLauncherLayoutManager - Interface in info.magnolia.ui.framework.app.launcherlayout
Manages the launcher layout displayed in the app launcher.
AppLauncherLayoutManagerImpl - Class in info.magnolia.ui.framework.app.launcherlayout
Default AppLauncherLayoutManager implementation.
AppLauncherLayoutManagerImpl(AppDescriptorRegistry, EventBus) - Constructor for class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutManagerImpl
 
AppLifecycleEvent - Class in info.magnolia.ui.framework.app
Event fired when the lifecycle of an app changes.
AppLifecycleEvent(AppDescriptor, AppLifecycleEventType) - Constructor for class info.magnolia.ui.framework.app.AppLifecycleEvent
 
AppLifecycleEventHandler - Interface in info.magnolia.ui.framework.app
Event handler interface for listening to AppLifecycleEvent.
AppLifecycleEventHandler.Adapter - Class in info.magnolia.ui.framework.app
Simple stub so in case not all the methods need to be implemented.
AppLifecycleEventHandler.Adapter() - Constructor for class info.magnolia.ui.framework.app.AppLifecycleEventHandler.Adapter
 
AppLifecycleEventType - Enum in info.magnolia.ui.framework.app
Enumeration of events fired to signal changes to an apps lifecycle.
AppRegistryEvent - Class in info.magnolia.ui.framework.app.registry
Event fired by AppDescriptorRegistry when changes are made to the apps it manages.
AppRegistryEvent(AppDescriptor, AppRegistryEventType) - Constructor for class info.magnolia.ui.framework.app.registry.AppRegistryEvent
 
AppRegistryEventHandler - Interface in info.magnolia.ui.framework.app.registry
Event handler interface for listening to AppRegistryEvent.
AppRegistryEventType - Enum in info.magnolia.ui.framework.app.registry
Enumeration of events fired by AppDescriptorRegistry.
askForConfirmation(String, ConfirmationHandler) - Method in interface info.magnolia.ui.framework.shell.Shell
 
asVaadinComponent() - Method in interface info.magnolia.ui.framework.view.View
 

B

broadcastMessage(Message) - Method in interface info.magnolia.ui.framework.app.AppContext
 
broadcastMessage(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Sends a message to all users.
broadcastMessage(Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 

C

ChooseDialogEventBusConfigurer - Class in info.magnolia.ui.framework.event
Configures an EventBus bound to the name choosedialog.
ChooseDialogEventBusConfigurer() - Constructor for class info.magnolia.ui.framework.event.ChooseDialogEventBusConfigurer
 
CLEARED - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
clearMessage(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Marks a message as cleared.
clearMessage(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
clone() - Method in class info.magnolia.ui.framework.message.Message
 
configure() - Method in class info.magnolia.ui.framework.event.AdminCentralEventBusConfigurer
 
configure() - Method in class info.magnolia.ui.framework.event.AppEventBusConfigurer
 
configure() - Method in class info.magnolia.ui.framework.event.ChooseDialogEventBusConfigurer
 
configure() - Method in class info.magnolia.ui.framework.event.SubAppEventBusConfigurer
 
configure() - Method in class info.magnolia.ui.framework.event.SystemEventBusConfigurer
 
ConfiguredAppDescriptor - Class in info.magnolia.ui.framework.app.registry
Describes an app.
ConfiguredAppDescriptor() - Constructor for class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
ConfiguredAppDescriptorManager - Class in info.magnolia.ui.framework.app.registry
ObservedManager for AppDescriptor configured in repository.
ConfiguredAppDescriptorManager(ModuleRegistry, AppDescriptorRegistry) - Constructor for class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorManager
 
ConfiguredAppDescriptorProvider - Class in info.magnolia.ui.framework.app.registry
ConfiguredAppDescriptorProvider that instantiates an AppDescriptor from a configuration node.
ConfiguredAppDescriptorProvider(Node) - Constructor for class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
ConfiguredAppLauncherGroupDefinition - Class in info.magnolia.ui.framework.app.launcherlayout.definition
Default implementation of AppLauncherGroupDefinition used for configuration in the repository.
ConfiguredAppLauncherGroupDefinition() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
ConfiguredAppLauncherGroupEntryDefinition - Class in info.magnolia.ui.framework.app.launcherlayout.definition
Default implementation of AppLauncherGroupEntryDefinition used for configuration in the repository.
ConfiguredAppLauncherGroupEntryDefinition() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
ConfiguredAppLauncherLayoutDefinition - Class in info.magnolia.ui.framework.app.launcherlayout.definition
Default implementation of AppLauncherLayoutDefinition used for configuration in the repository.
ConfiguredAppLauncherLayoutDefinition() - Constructor for class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherLayoutDefinition
 
ConfiguredSubAppDescriptor - Class in info.magnolia.ui.framework.app.registry
ConfiguredSubAppDescriptor.
ConfiguredSubAppDescriptor() - Constructor for class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
ConfirmationHandler - Interface in info.magnolia.ui.framework.shell
Called after the user has answered a confirmation dialog issued by Shell.askForConfirmation(String, ConfirmationHandler).
containsApp(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
createAppComponentProvider(String, AppContext) - Method in interface info.magnolia.ui.framework.app.AppContext
 
createProvider(Node) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorManager
 
currentLocation - Variable in class info.magnolia.ui.framework.app.AbstractSubApp
 

D

DefaultLocation - Class in info.magnolia.ui.framework.location
Default location implementation.
DefaultLocation(String, String) - Constructor for class info.magnolia.ui.framework.location.DefaultLocation
 
DefaultLocation(String, String, String) - Constructor for class info.magnolia.ui.framework.location.DefaultLocation
 
DefaultLocation(String, String, String, String) - Constructor for class info.magnolia.ui.framework.location.DefaultLocation
 
DefaultLocation(String) - Constructor for class info.magnolia.ui.framework.location.DefaultLocation
 
defaultSubApp() - Method in class info.magnolia.ui.framework.app.builder.SubAppBuilder
 
dispatch(AppLifecycleEventHandler) - Method in class info.magnolia.ui.framework.app.AppLifecycleEvent
 
dispatch(AppLauncherLayoutChangedEventHandler) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutChangedEvent
 
dispatch(AppRegistryEventHandler) - Method in class info.magnolia.ui.framework.app.registry.AppRegistryEvent
 
dispatch(H) - Method in interface info.magnolia.ui.framework.event.Event
Dispatches the event to a handler.
dispatch(Event<H>) - Method in class info.magnolia.ui.framework.event.EventHandlerCollection
 
dispatch(LocationChangedEvent.Handler) - Method in class info.magnolia.ui.framework.location.LocationChangedEvent
 
dispatch(LocationChangeRequestedEvent.Handler) - Method in class info.magnolia.ui.framework.location.LocationChangeRequestedEvent
 
dispatch(MessageEventHandler) - Method in class info.magnolia.ui.framework.message.MessageEvent
 
dispatch(FragmentChangedHandler) - Method in class info.magnolia.ui.framework.shell.FragmentChangedEvent
 

E

enabled(boolean) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
enterFullScreenMode() - Method in interface info.magnolia.ui.framework.app.AppContext
 
equals(Object) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
equals(Object) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
equals(Object) - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
Event<H extends EventHandler> - Interface in info.magnolia.ui.framework.event
Marker interface for events used in the EventBus.
EventBus - Interface in info.magnolia.ui.framework.event
Event bus which fires events to a set of registered handlers.
EventHandler - Interface in info.magnolia.ui.framework.event
Marker interface for handlers used in the EventBus.
EventHandlerCollection<H extends EventHandler> - Class in info.magnolia.ui.framework.event
Simple thread safe collection of handlers for a specific event.
EventHandlerCollection() - Constructor for class info.magnolia.ui.framework.event.EventHandlerCollection
 
exec() - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
exec() - Method in class info.magnolia.ui.framework.app.builder.SubAppBuilder
 
exitFullScreenMode() - Method in interface info.magnolia.ui.framework.app.AppContext
 
extractAppId(String) - Static method in class info.magnolia.ui.framework.location.DefaultLocation
 
extractAppType(String) - Static method in class info.magnolia.ui.framework.location.DefaultLocation
 
extractParameter(String) - Static method in class info.magnolia.ui.framework.location.DefaultLocation
 
extractSubAppId(String) - Static method in class info.magnolia.ui.framework.location.DefaultLocation
 

F

findAllMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
findMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
fireEvent(Event<H>) - Method in interface info.magnolia.ui.framework.event.EventBus
Fires the event on the bus (synchronously).
fireEvent(Event<H>) - Method in class info.magnolia.ui.framework.event.ResettableEventBus
 
fireEvent(Event<H>) - Method in class info.magnolia.ui.framework.event.SimpleEventBus
 
focusCurrentApp() - Method in interface info.magnolia.ui.framework.app.AppController
 
FRAGMENT_SEPARATOR - Static variable in class info.magnolia.ui.framework.shell.Fragmenter
 
FragmentChangedEvent - Class in info.magnolia.ui.framework.shell
Fired when a URI fragment has changed.
FragmentChangedEvent(String) - Constructor for class info.magnolia.ui.framework.shell.FragmentChangedEvent
 
FragmentChangedHandler - Interface in info.magnolia.ui.framework.shell
Called when a URI fragment of Shell has changed.
Fragmenter - Class in info.magnolia.ui.framework.shell
Allows to get sub fragments of a url fragment.
Fragmenter(String) - Constructor for class info.magnolia.ui.framework.shell.Fragmenter
 

G

generateNineDigitsRandomNumberAsString(int, int) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
getApp() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getAppClass() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
getAppClass() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
getAppContext() - Method in class info.magnolia.ui.framework.app.AbstractApp
 
getAppContext() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getAppContext() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getAppDescriptor() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.AppLifecycleEvent
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
getAppDescriptor(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
getAppDescriptor() - Method in interface info.magnolia.ui.framework.app.registry.AppDescriptorProvider
 
getAppDescriptor(String) - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.registry.AppRegistryEvent
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
getAppDescriptors() - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
getAppGroupEntry(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
getAppId() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
getApps() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
getApps() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
getApps() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
getAppType() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
getAppWithoutStarting(String) - Method in interface info.magnolia.ui.framework.app.AppController
 
getCaption() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getCaption() - Method in interface info.magnolia.ui.framework.app.SubApp
 
getColor() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
getColor() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
getColor() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
getCurrentApp() - Method in interface info.magnolia.ui.framework.app.AppController
 
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getCurrentLocation() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getCurrentLocation(String) - Method in interface info.magnolia.ui.framework.app.AppController
 
getDefaultLocation() - Method in class info.magnolia.ui.framework.app.AbstractApp
 
getDefaultLocation() - Method in interface info.magnolia.ui.framework.app.App
 
getDefaultLocation() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getDefaultSubAppDescriptor() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getEventType() - Method in class info.magnolia.ui.framework.app.AppLifecycleEvent
 
getEventType() - Method in class info.magnolia.ui.framework.app.registry.AppRegistryEvent
 
getFragment(Location) - Method in interface info.magnolia.ui.framework.location.LocationHistoryMapper
Returns the text representation of the location or null if the location isn't handled.
getFragment() - Method in class info.magnolia.ui.framework.shell.FragmentChangedEvent
 
getFragment() - Method in interface info.magnolia.ui.framework.shell.Shell
 
getGroup(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
getGroups() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
getGroups() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherLayoutDefinition
 
getGroups() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherLayoutDefinition
 
getHosts() - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
getIcon() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
getIcon() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
getIcon() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
getIcon() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
getIconCharacter() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
getIconCharacter() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupEntryDefinition
 
getIconCharacter() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
getIconFont() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
getIconFont() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupEntryDefinition
 
getIconFont() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
getId() - Method in interface info.magnolia.ui.framework.app.ShellView
 
getId() - Method in class info.magnolia.ui.framework.message.Message
 
getLabel() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
getLabel() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
getLabel() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
getLabel() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
getLabel() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
getLabel() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
getLabel() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
getLayoutForCurrentUser() - Method in interface info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutManager
Returns the AppLauncherLayout defined for the current user.
getLayoutForCurrentUser() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutManagerImpl
 
getListeners() - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
getLocation() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getLocation(String) - Method in interface info.magnolia.ui.framework.location.LocationHistoryMapper
Returns the location represented by the fragment or null if the fragment is invalid or does not match a supported location.
getMessage() - Method in class info.magnolia.ui.framework.message.Message
 
getMessage() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getMessagesForUser(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns all messages kept for a specific user.
getMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getName() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getName() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
getName() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
getName() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
getName() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
getName() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupEntryDefinition
 
getName() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
getName() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
getName() - Method in interface info.magnolia.ui.framework.app.registry.AppDescriptorProvider
 
getName() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
getName() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
getName() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
getName() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
getNewLocation() - Method in class info.magnolia.ui.framework.location.LocationChangedEvent
 
getNewLocation() - Method in class info.magnolia.ui.framework.location.LocationChangeRequestedEvent
Returns the location we may navigate to, or null on window close.
getNumberOfUnclearedMessagesForUser(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns how many of the messages kept for a specific user that hasn't been cleared.
getNumberOfUnclearedMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getNumberOfUnclearedMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
getParameter() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
getSubApp() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getSubAppClass() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
getSubAppClass() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
getSubAppContext() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getSubAppDescriptor() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getSubAppId() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getSubAppId() - Method in interface info.magnolia.ui.framework.app.SubApp
 
getSubAppId() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getSubAppId() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
getSubApps() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
getSubApps() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
getSubFragment(String) - Method in class info.magnolia.ui.framework.shell.Fragmenter
 
getSubject() - Method in class info.magnolia.ui.framework.message.Message
 
getTabId() - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
getTimestamp() - Method in class info.magnolia.ui.framework.message.Message
 
getType() - Method in class info.magnolia.ui.framework.message.Message
 
getView() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
getView() - Method in interface info.magnolia.ui.framework.app.AppContext
 
getWarning() - Method in class info.magnolia.ui.framework.location.LocationChangeRequestedEvent
Returns the warning message to show the user before allowing the location change, or null if none has been set.
getWhere() - Method in class info.magnolia.ui.framework.location.LocationController
Returns the current location.
goTo(Location) - Method in class info.magnolia.ui.framework.location.LocationController
Request a change to a new location.
goToWithoutChecks(Location) - Method in class info.magnolia.ui.framework.location.LocationController
 

H

handleCurrentFragment() - Method in class info.magnolia.ui.framework.location.LocationHistoryHandler
Handle the current history fragment.
HandlerRegistration - Interface in info.magnolia.ui.framework.event
Registration returned when registering a handler with a EventBus.
hashCode() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
hashCode() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
hashCode() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 

I

icon(String) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
info.magnolia.ui.framework.app - package info.magnolia.ui.framework.app
 
info.magnolia.ui.framework.app.builder - package info.magnolia.ui.framework.app.builder
 
info.magnolia.ui.framework.app.launcherlayout - package info.magnolia.ui.framework.app.launcherlayout
 
info.magnolia.ui.framework.app.launcherlayout.definition - package info.magnolia.ui.framework.app.launcherlayout.definition
 
info.magnolia.ui.framework.app.registry - package info.magnolia.ui.framework.app.registry
 
info.magnolia.ui.framework.event - package info.magnolia.ui.framework.event
 
info.magnolia.ui.framework.instantpreview - package info.magnolia.ui.framework.instantpreview
 
info.magnolia.ui.framework.location - package info.magnolia.ui.framework.location
 
info.magnolia.ui.framework.message - package info.magnolia.ui.framework.message
 
info.magnolia.ui.framework.shell - package info.magnolia.ui.framework.shell
 
info.magnolia.ui.framework.view - package info.magnolia.ui.framework.view
 
InstantPreviewDispatcher - Class in info.magnolia.ui.framework.instantpreview
InstantPreviewDispatcher.
InstantPreviewDispatcher(InstantPreviewLocationManager, LocationController, Shell, EventBus) - Constructor for class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
InstantPreviewHostNotFoundException - Exception in info.magnolia.ui.framework.instantpreview
A runtime exception which can be raised when an instant preview host does not exist either because the caller used an invalid id or because the host stopped sharing his session.
InstantPreviewHostNotFoundException(String) - Constructor for exception info.magnolia.ui.framework.instantpreview.InstantPreviewHostNotFoundException
 
InstantPreviewLocationManager - Interface in info.magnolia.ui.framework.instantpreview
InstantPreviewLocationManager.
InstantPreviewLocationManager.PreviewLocationListener - Interface in info.magnolia.ui.framework.instantpreview
PreviewLocationListener.
InstantPreviewLocationManagerImpl - Class in info.magnolia.ui.framework.instantpreview
Implementation of InstantPreviewLocationManager.
InstantPreviewLocationManagerImpl() - Constructor for class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
isAppDescriptorRegistered(String) - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
isAppStarted(String) - Method in interface info.magnolia.ui.framework.app.AppController
 
isCleared() - Method in class info.magnolia.ui.framework.message.Message
 
isCleared() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
isClientGroup() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
isClientGroup() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
isClientGroup() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
isDefault() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
isDefault() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
isEmpty() - Method in class info.magnolia.ui.framework.event.EventHandlerCollection
 
isEnabled() - Method in interface info.magnolia.ui.framework.app.AppDescriptor
 
isEnabled() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
isEnabled() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupEntryDefinition
 
isEnabled() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
isEnabled() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
isEnabled() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
isEnabled() - Method in interface info.magnolia.ui.framework.app.SubAppDescriptor
 
isPermanent() - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
isPermanent() - Method in interface info.magnolia.ui.framework.app.launcherlayout.definition.AppLauncherGroupDefinition
 
isPermanent() - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
isSharing() - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
isSignificant() - Method in enum info.magnolia.ui.framework.message.MessageType
 

L

label(String) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
LocalMessageDispatcher - Class in info.magnolia.ui.framework.message
Dispatches events on an EventBus for a certain user.
LocalMessageDispatcher(EventBus) - Constructor for class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
Location - Interface in info.magnolia.ui.framework.location
Represents a location within an app, such as the open view and the selected item.
LOCATION_TYPE_APP - Static variable in class info.magnolia.ui.framework.location.DefaultLocation
 
LOCATION_TYPE_SHELL_APP - Static variable in class info.magnolia.ui.framework.location.DefaultLocation
 
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.AbstractApp
 
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
locationChanged(Location) - Method in interface info.magnolia.ui.framework.app.App
 
locationChanged(Location) - Method in interface info.magnolia.ui.framework.app.ShellApp
 
locationChanged(Location) - Method in interface info.magnolia.ui.framework.app.SubApp
 
LocationChangedEvent - Class in info.magnolia.ui.framework.location
Event fired when a location change occurs.
LocationChangedEvent(Location) - Constructor for class info.magnolia.ui.framework.location.LocationChangedEvent
 
LocationChangedEvent.Handler - Interface in info.magnolia.ui.framework.location
Handler interface for LocationChangedEvent.
LocationChangeRequestedEvent - Class in info.magnolia.ui.framework.location
Event fired when a location change is about to happen usually in response to user interaction.
LocationChangeRequestedEvent(Location) - Constructor for class info.magnolia.ui.framework.location.LocationChangeRequestedEvent
 
LocationChangeRequestedEvent.Handler - Interface in info.magnolia.ui.framework.location
Handler interface for LocationChangeRequestedEvent.
LocationController - Class in info.magnolia.ui.framework.location
Manages the user's location in the app and controls location changes.
LocationController(EventBus, Shell) - Constructor for class info.magnolia.ui.framework.location.LocationController
 
LocationHistoryHandler - Class in info.magnolia.ui.framework.location
Monitors the browser history for location changes and calls the LocationController to initiate location changes accordingly, also listens for location change events on the EventBus and updates the browser history to match.
LocationHistoryHandler(LocationHistoryMapper, Shell) - Constructor for class info.magnolia.ui.framework.location.LocationHistoryHandler
 
LocationHistoryMapper - Interface in info.magnolia.ui.framework.location
Maps Locations to/from fragments, used to configure a LocationHistoryHandler.
log - Variable in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorManager
 
log - Variable in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 

M

mayStop() - Method in interface info.magnolia.ui.framework.app.AppContext
 
Message - Class in info.magnolia.ui.framework.message
Models a message.
Message() - Constructor for class info.magnolia.ui.framework.message.Message
 
Message(long) - Constructor for class info.magnolia.ui.framework.message.Message
 
MESSAGE - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
messageCleared(Message) - Method in class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
messageCleared(MessageEvent) - Method in interface info.magnolia.ui.framework.message.MessageEventHandler
 
messageCleared(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager.MessageListener
 
MessageEvent - Class in info.magnolia.ui.framework.message
Message event.
MessageEvent(Message, boolean) - Constructor for class info.magnolia.ui.framework.message.MessageEvent
 
MessageEventHandler - Interface in info.magnolia.ui.framework.message
Handler of {link MessageEvent.
messageSent(Message) - Method in class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
messageSent(MessageEvent) - Method in interface info.magnolia.ui.framework.message.MessageEventHandler
 
messageSent(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager.MessageListener
 
MessagesManager - Interface in info.magnolia.ui.framework.message
Manages users messages.
MessagesManager.MessageListener - Interface in info.magnolia.ui.framework.message
MessageListener.
MessagesManagerImpl - Class in info.magnolia.ui.framework.message
Implementation of MessagesManager.
MessagesManagerImpl(Provider<SecuritySupport>, MessageStore) - Constructor for class info.magnolia.ui.framework.message.MessagesManagerImpl
 
MessageStore - Class in info.magnolia.ui.framework.message
Stores messages on behalf of MessagesManager in the repository, every user in the system has its own set of messages that have ids unique in combination with their userid.
MessageStore() - Constructor for class info.magnolia.ui.framework.message.MessageStore
 
MessageType - Enum in info.magnolia.ui.framework.message
The type of message.

N

NOWHERE - Static variable in interface info.magnolia.ui.framework.location.Location
 

O

onAppFocused(AppLifecycleEvent) - Method in class info.magnolia.ui.framework.app.AppLifecycleEventHandler.Adapter
 
onAppFocused(AppLifecycleEvent) - Method in interface info.magnolia.ui.framework.app.AppLifecycleEventHandler
 
onAppLayoutChanged(AppLauncherLayoutChangedEvent) - Method in interface info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutChangedEventHandler
 
onAppRegistered(AppRegistryEvent) - Method in interface info.magnolia.ui.framework.app.registry.AppRegistryEventHandler
 
onAppReregistered(AppRegistryEvent) - Method in interface info.magnolia.ui.framework.app.registry.AppRegistryEventHandler
 
onAppStarted(AppLifecycleEvent) - Method in class info.magnolia.ui.framework.app.AppLifecycleEventHandler.Adapter
 
onAppStarted(AppLifecycleEvent) - Method in interface info.magnolia.ui.framework.app.AppLifecycleEventHandler
 
onAppStopped(AppLifecycleEvent) - Method in class info.magnolia.ui.framework.app.AppLifecycleEventHandler.Adapter
 
onAppStopped(AppLifecycleEvent) - Method in interface info.magnolia.ui.framework.app.AppLifecycleEventHandler
 
onAppUnregistered(AppRegistryEvent) - Method in interface info.magnolia.ui.framework.app.registry.AppRegistryEventHandler
 
onCancel() - Method in interface info.magnolia.ui.framework.shell.ConfirmationHandler
 
onConfirm() - Method in interface info.magnolia.ui.framework.shell.ConfirmationHandler
 
onFragmentChanged(FragmentChangedEvent) - Method in interface info.magnolia.ui.framework.shell.FragmentChangedHandler
 
onLocationChanged(LocationChangedEvent) - Method in interface info.magnolia.ui.framework.location.LocationChangedEvent.Handler
 
onLocationChangeRequested(LocationChangeRequestedEvent) - Method in interface info.magnolia.ui.framework.location.LocationChangeRequestedEvent.Handler
 
onLocationUpdate(Location) - Method in interface info.magnolia.ui.framework.app.AppContext
 
onPreviewLocationReceived(String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
onPreviewLocationReceived(String) - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager.PreviewLocationListener
 
onSubAppStart() - Method in class info.magnolia.ui.framework.app.AbstractSubApp
This hook-up method is called on AbstractSubApp.start(info.magnolia.ui.framework.location.Location) and enables subclasses to perform additional work before the view is displayed.
openSubApp(Location) - Method in interface info.magnolia.ui.framework.app.AppContext
 

P

pushToClient() - Method in interface info.magnolia.ui.framework.shell.Shell
 

R

register(AppDescriptorProvider) - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
register(LocationController, EventBus, Location) - Method in class info.magnolia.ui.framework.location.LocationHistoryHandler
Initialize this location history handler.
registerApps(List<String>) - Method in interface info.magnolia.ui.framework.shell.Shell
 
registerInstantPreviewHost() - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager
Starts sharing the host session and returns the host id as a String representing a random positive integer of 9 digits.
registerInstantPreviewHost() - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
registerMessagesListener(String, MessagesManager.MessageListener) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
registerMessagesListener(String, MessagesManager.MessageListener) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
reload(List<Node>) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorManager
 
remove(H) - Method in class info.magnolia.ui.framework.event.EventHandlerCollection
 
removeHandler() - Method in interface info.magnolia.ui.framework.event.HandlerRegistration
Removes the handler from the event bus.
reset() - Method in class info.magnolia.ui.framework.event.ResettableEventBus
Remove all handlers that have been added through this wrapper.
ResettableEventBus - Class in info.magnolia.ui.framework.event
Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once.
ResettableEventBus(EventBus) - Constructor for class info.magnolia.ui.framework.event.ResettableEventBus
 

S

saveMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessageStore
Stores a new message or overwrites an existing one depending on whether there's an id set.
sendLocalMessage(Message) - Method in interface info.magnolia.ui.framework.app.AppContext
 
sendLocalMessage(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to the current user.
sendLocalMessage(Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendMessage(String, Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to a specific user.
sendMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendPreviewToken(String, String) - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager
 
sendPreviewToken(String, String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
sendUserMessage(String, Message) - Method in interface info.magnolia.ui.framework.app.AppContext
 
setApp(App) - Method in interface info.magnolia.ui.framework.app.AppContext
 
setAppClass(Class<? extends App>) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setAppContext(AppContext) - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
setAppDescriptor(AppDescriptor) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
setAppLocation(Location) - Method in interface info.magnolia.ui.framework.app.ShellAppContext
 
setApps(List<AppLauncherGroupEntry>) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setApps(List<AppLauncherGroupEntryDefinition>) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setCleared(boolean) - Method in class info.magnolia.ui.framework.message.Message
 
setClientGroup(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setClientGroup(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setColor(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setColor(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setDefault(boolean) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setEnabled(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
setEnabled(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
setEnabled(boolean) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setEnabled(boolean) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setFragment(String) - Method in interface info.magnolia.ui.framework.shell.Shell
 
setGroups(List<AppLauncherGroup>) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayout
 
setGroups(List<AppLauncherGroupDefinition>) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherLayoutDefinition
 
setIcon(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setIcon(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setIconCharacter(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
setIconCharacter(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
setIconFont(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
setIconFont(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
setId(String) - Method in class info.magnolia.ui.framework.message.Message
 
setLabel(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setLabel(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setLabel(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setLabel(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setLayout(AppLauncherLayoutDefinition) - Method in interface info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutManager
 
setLayout(AppLauncherLayoutDefinition) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherLayoutManagerImpl
 
setLocation(Location) - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
setMessage(String) - Method in class info.magnolia.ui.framework.message.Message
 
setName(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setName(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroupEntry
 
setName(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setName(String) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupEntryDefinition
 
setName(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setName(String) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setParameter(String) - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
setPermanent(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.AppLauncherGroup
 
setPermanent(boolean) - Method in class info.magnolia.ui.framework.app.launcherlayout.definition.ConfiguredAppLauncherGroupDefinition
 
setSubApp(SubApp) - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
setSubAppClass(Class<? extends SubApp>) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredSubAppDescriptor
 
setSubAppComponentProvider(ComponentProvider) - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
setSubAppLocation(SubApp, Location) - Method in interface info.magnolia.ui.framework.app.AppContext
 
setSubApps(Map<String, SubAppDescriptor>) - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptor
 
setSubFragment(String, String) - Method in class info.magnolia.ui.framework.shell.Fragmenter
Sets a sub-fragment.
setSubject(String) - Method in class info.magnolia.ui.framework.message.Message
 
setTabId(String) - Method in interface info.magnolia.ui.framework.app.SubAppContext
 
setType(MessageType) - Method in class info.magnolia.ui.framework.message.Message
 
setView(View) - Method in interface info.magnolia.ui.framework.view.ViewPort
Set the only component of the receiver, replacing the previous component if there was one.
setViewPort(ViewPort) - Method in interface info.magnolia.ui.framework.app.AppController
 
setWarning(String) - Method in class info.magnolia.ui.framework.location.LocationChangeRequestedEvent
Set a message to warn the user that it might be unwise to navigate away from the current location, i.e.
share() - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
Shell - Interface in info.magnolia.ui.framework.shell
Decouples the presenters and the Vaadin application.
ShellApp - Interface in info.magnolia.ui.framework.app
Defines a shell app.
ShellAppContext - Interface in info.magnolia.ui.framework.app
Defines functionality used by a shell app to interact with the Magnolia shell.
ShellView - Interface in info.magnolia.ui.framework.app
View used within MagnoliaShell.
showConfirmationMessage(String) - Method in interface info.magnolia.ui.framework.app.AppContext
 
showError(String, Exception) - Method in interface info.magnolia.ui.framework.shell.Shell
 
showNotification(String) - Method in interface info.magnolia.ui.framework.shell.Shell
 
SimpleEventBus - Class in info.magnolia.ui.framework.event
Event bus implementation.
SimpleEventBus() - Constructor for class info.magnolia.ui.framework.event.SimpleEventBus
 
size() - Method in class info.magnolia.ui.framework.event.EventHandlerCollection
 
start(Location) - Method in class info.magnolia.ui.framework.app.AbstractApp
 
start(Location) - Method in class info.magnolia.ui.framework.app.AbstractSubApp
 
start(Location) - Method in interface info.magnolia.ui.framework.app.App
 
start(Location) - Method in interface info.magnolia.ui.framework.app.AppContext
 
start(ShellAppContext) - Method in interface info.magnolia.ui.framework.app.ShellApp
 
start(Location) - Method in interface info.magnolia.ui.framework.app.SubApp
 
startIfNotAlreadyRunning(String, Location) - Method in interface info.magnolia.ui.framework.app.AppController
 
startIfNotAlreadyRunningThenFocus(String, Location) - Method in interface info.magnolia.ui.framework.app.AppController
 
stop() - Method in class info.magnolia.ui.framework.app.AbstractApp
 
stop() - Method in interface info.magnolia.ui.framework.app.App
 
stop() - Method in interface info.magnolia.ui.framework.app.AppContext
 
stopApp(String) - Method in interface info.magnolia.ui.framework.app.AppController
 
stopCurrentApp() - Method in interface info.magnolia.ui.framework.app.AppController
 
subApp(String) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
SubApp - Interface in info.magnolia.ui.framework.app
Sub apps represents a view open in a tab within an app.
SubAppBuilder - Class in info.magnolia.ui.framework.app.builder
Builder used to build a content app descriptor.
SubAppBuilder(String) - Constructor for class info.magnolia.ui.framework.app.builder.SubAppBuilder
 
subAppClass(Class<? extends SubApp>) - Method in class info.magnolia.ui.framework.app.builder.SubAppBuilder
 
SubAppContext - Interface in info.magnolia.ui.framework.app
SubAppContext.
SubAppDescriptor - Interface in info.magnolia.ui.framework.app
SubAppDescriptor.
SubAppEventBusConfigurer - Class in info.magnolia.ui.framework.event
Configures an EventBus bound to the name subapp.
SubAppEventBusConfigurer() - Constructor for class info.magnolia.ui.framework.event.SubAppEventBusConfigurer
 
subApps(SubAppBuilder...) - Method in class info.magnolia.ui.framework.app.builder.AppBuilder
 
SUBJECT - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
subscribeTo(String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
subscribeTo(String, InstantPreviewLocationManager.PreviewLocationListener) - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager
 
subscribeTo(String, InstantPreviewLocationManager.PreviewLocationListener) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
supportsLocation(Location) - Method in class info.magnolia.ui.framework.app.AbstractSubApp
This method is being called by the AppController when iterating over opened subApps.
supportsLocation(Location) - Method in interface info.magnolia.ui.framework.app.SubApp
 
SystemEventBusConfigurer - Class in info.magnolia.ui.framework.event
Configures an EventBus bound to the name system.
SystemEventBusConfigurer() - Constructor for class info.magnolia.ui.framework.event.SystemEventBusConfigurer
 

T

TIMESTAMP - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
toString() - Method in class info.magnolia.ui.framework.app.registry.ConfiguredAppDescriptorProvider
 
toString() - Method in class info.magnolia.ui.framework.location.DefaultLocation
 
toString() - Method in enum info.magnolia.ui.framework.message.MessageType
 
toString() - Method in class info.magnolia.ui.framework.shell.Fragmenter
 
TYPE - Static variable in class info.magnolia.ui.framework.message.MessageStore
 

U

unregister(String) - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
unregisterAndRegister(Collection<String>, Collection<AppDescriptorProvider>) - Method in class info.magnolia.ui.framework.app.registry.AppDescriptorRegistry
 
unregisterInstantPreviewHost(String) - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager
 
unregisterInstantPreviewHost(String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 
unregisterMessagesListener(String, MessagesManager.MessageListener) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
unregisterMessagesListener(String, MessagesManager.MessageListener) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
unshare(String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
unsubscribeFrom(String) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewDispatcher
 
unsubscribeFrom(String, InstantPreviewLocationManager.PreviewLocationListener) - Method in interface info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManager
 
unsubscribeFrom(String, InstantPreviewLocationManager.PreviewLocationListener) - Method in class info.magnolia.ui.framework.instantpreview.InstantPreviewLocationManagerImpl
 

V

valueOf(String) - Static method in enum info.magnolia.ui.framework.app.AppLifecycleEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.magnolia.ui.framework.app.registry.AppRegistryEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.magnolia.ui.framework.message.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.magnolia.ui.framework.app.AppLifecycleEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.magnolia.ui.framework.app.registry.AppRegistryEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.magnolia.ui.framework.message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Interface in info.magnolia.ui.framework.view
Marker interface for views.
ViewPort - Interface in info.magnolia.ui.framework.view
Implemented by displays that can be given an View to show.

A B C D E F G H I L M N O P R S T U V

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