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

A

AbstractCommandAction<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action
Base action supporting execution of commands.
AbstractCommandAction(D, JcrItemAdapter, CommandsManager, UiContext) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction
 
AbstractRepositoryAction<D extends info.magnolia.ui.api.action.ActionDefinition> - Class in info.magnolia.ui.framework.action
A repository operation action which saves the changes and informs the event bus.
AbstractRepositoryAction(D, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
AbstractUIContext - Class in info.magnolia.ui.framework.context
Abstract basic implementation of UiContext.
AbstractUIContext() - Constructor for class info.magnolia.ui.framework.context.AbstractUIContext
 
ActivationAction - Class in info.magnolia.ui.framework.action
UI action that allows to activate a single page (node) or recursively with all its sub-nodes depending on the value of ActivationActionDefinition.isRecursive().
ActivationAction(ActivationActionDefinition, JcrItemAdapter, CommandsManager, EventBus, SubAppContext, ModuleRegistry) - Constructor for class info.magnolia.ui.framework.action.ActivationAction
 
ActivationActionDefinition - Class in info.magnolia.ui.framework.action
Activation action definition.
ActivationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ActivationActionDefinition
 
AddFolderActionDefinition - Class in info.magnolia.ui.framework.action
Used for configuring a AddNodeAction that creates a folder.
AddFolderActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddFolderActionDefinition
 
addFragmentChangedHandler(FragmentChangedHandler) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
AddNodeAction - Class in info.magnolia.ui.framework.action
Action for adding a new node.
AddNodeAction(AddNodeActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.AddNodeAction
 
AddNodeActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a AddNodeAction.
AddNodeActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
AddPropertyAction - Class in info.magnolia.ui.framework.action
Action for adding a new property.
AddPropertyAction(AddPropertyActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.AddPropertyAction
 
AddPropertyActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a AddPropertyAction.
AddPropertyActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddPropertyActionDefinition
 
addSubAppView(View, String, boolean) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
AdmincentralNodeTypes - Class in info.magnolia.ui.framework
Constants and convenience methods for node types introduced by Admincentral.
AdmincentralNodeTypes() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes
 
AdmincentralNodeTypes.Favorite - Class in info.magnolia.ui.framework
Represents the node type mgnl:favorite.
AdmincentralNodeTypes.Favorite() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
AdmincentralNodeTypes.FavoriteGroup - Class in info.magnolia.ui.framework
Represents the node type mgnl:favoriteGroup.
AdmincentralNodeTypes.FavoriteGroup() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.FavoriteGroup
 
AdmincentralNodeTypes.SystemMessage - Class in info.magnolia.ui.framework
Represents the node type mgnl:systemMessage.
AdmincentralNodeTypes.SystemMessage() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
appContext - Variable in class info.magnolia.ui.framework.app.BaseApp
 
AppControllerImpl - Class in info.magnolia.ui.framework.app
Implementation of the AppController.
AppControllerImpl(ModuleRegistry, ComponentProvider, AppDescriptorRegistry, LocationController, EventBus, MessagesManager) - Constructor for class info.magnolia.ui.framework.app.AppControllerImpl
 
AppInstanceControllerImpl - Class in info.magnolia.ui.framework.app
Implements both - the controlling of an app instance as well as the housekeeping of the context for an app.
AppInstanceControllerImpl(ModuleRegistry, AppController, LocationController, Shell, MessagesManager, AppDescriptor, AppLauncherLayoutManager, SystemMonitor) - Constructor for class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
askForConfirmation(String, ConfirmationHandler) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 

B

BaseApp - Class in info.magnolia.ui.framework.app
Basic app implementation with default behavior suitable for most apps.
BaseApp(AppContext, AppView) - Constructor for class info.magnolia.ui.framework.app.BaseApp
 
BaseSubApp - Class in info.magnolia.ui.framework.app
Basic implementation of a subApp with default behavior suitable for most sub apps.
BaseSubApp(SubAppContext, View) - Constructor for class info.magnolia.ui.framework.app.BaseSubApp
 
BOOKMARKS_PATH - Static variable in class info.magnolia.ui.framework.favorite.FavoriteStore
 
broadcastMessage(Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
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
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Builds a map of parameters which will be passed to the current command for execution.
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ExportAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ExtendableActivationAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ExtendableDeactivationAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
Override the buildParams(..).
The relented command is waiting the following values:
Context.ATTRIBUTE_UUID : Parent Node Identifier instead of the Node identifier set by super.buildParams()
Context.ATTRIBUTE_PATH : Parent Node Path instead of the Node Path set by super.buildParams()

C

CANCEL_LABEL - Static variable in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
CLEARED - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
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
 
close() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
closeSubApp(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Used to close a running subApp from server side.
closeSubAppView(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
COMMAND_RESULT - Static variable in class info.magnolia.ui.framework.action.AbstractCommandAction
 
CONFIRMATION_HEADER - Static variable in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
CONFIRMATION_MESSAGE - Static variable in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
ConfirmationAction - Class in info.magnolia.ui.framework.action
Configurable confirmation action.
ConfirmationAction(ConfirmationActionDefinition, JcrItemAdapter, UiContext, ActionExecutor) - Constructor for class info.magnolia.ui.framework.action.ConfirmationAction
 
ConfirmationActionDefinition - Class in info.magnolia.ui.framework.action
Definition for ConfirmationAction.
ConfirmationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
createConfirmationHeader() - Method in class info.magnolia.ui.framework.action.DeleteAction
Deprecated. after 5.0.1 use ConfirmationAction.
createConfirmationHeader() - Method in class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
Create the Header of the confirmation message.
createConfirmationMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
Deprecated. after 5.0.1 use ConfirmationAction.
createConfirmationMessage() - Method in class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
Create the Body of the confirmation Message.
createI18NURI(Node, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
createSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
Deprecated. 
createSuccessMessage() - Method in class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
Create the Body of the confirmation Message.

D

DeactivationAction - Class in info.magnolia.ui.framework.action
UI action that allows to deactivate pages (nodes).
DeactivationAction(DeactivationActionDefinition, JcrItemAdapter, CommandsManager, EventBus, SubAppContext, ModuleRegistry) - Constructor for class info.magnolia.ui.framework.action.DeactivationAction
 
DeactivationActionDefinition - Class in info.magnolia.ui.framework.action
The deactivation action, invoking the deactivation command, and updating the UI accordingly.
DeactivationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
DEFAULT_NEW_ITEM_NAME - Static variable in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
DefaultAppView - Class in info.magnolia.ui.framework.app
View used to give all apps a uniform look-and-feel.
DefaultAppView() - Constructor for class info.magnolia.ui.framework.app.DefaultAppView
 
DefaultI18NAuthoringSupport - Class in info.magnolia.ui.framework.i18n
Default implementation of I18NAuthoringSupport.
DefaultI18NAuthoringSupport() - Constructor for class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
DefaultLocationHistoryMapper - Class in info.magnolia.ui.framework.app
LocationHistoryMapper that creates locations for all apps and shell apps.
DefaultLocationHistoryMapper(AppLauncherLayoutManager) - Constructor for class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
DeleteAction<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action
Deletes a node from the repository usin the delete command.
DeleteAction(D, JcrItemAdapter, CommandsManager, EventBus, UiContext) - Constructor for class info.magnolia.ui.framework.action.DeleteAction
 
DeleteActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DeleteAction.
DeleteActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeleteActionDefinition
 
DeleteItemAction - Class in info.magnolia.ui.framework.action
Deletes a node or property from the repository.
DeleteItemAction(DeleteItemActionDefinition, JcrItemAdapter, EventBus, UiContext) - Constructor for class info.magnolia.ui.framework.action.DeleteItemAction
 
DeleteItemActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DeleteItemAction.
DeleteItemActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeleteItemActionDefinition
 
dispatch(MessageEventHandler) - Method in class info.magnolia.ui.framework.message.MessageEvent
 
DuplicateNodeAction - Class in info.magnolia.ui.framework.action
Action that creates a new node by duplicating an existing one.
DuplicateNodeAction(DuplicateNodeActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.DuplicateNodeAction
 
DuplicateNodeActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DuplicateNodeAction.
DuplicateNodeActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DuplicateNodeActionDefinition
 

E

EmbeddedPageSubApp - Class in info.magnolia.ui.framework.app.embedded
Sub app for the main tab in an embedded page app.
EmbeddedPageSubApp(SubAppContext, EmbeddedPageView) - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
 
EmbeddedPageSubAppDescriptor - Class in info.magnolia.ui.framework.app.embedded
Allows to specify the url to an html page to be embedded in an iframe.
EmbeddedPageSubAppDescriptor() - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
EmbeddedPageView - Interface in info.magnolia.ui.framework.app.embedded
View interface for the embedded page's App view.
EmbeddedPageViewImpl - Class in info.magnolia.ui.framework.app.embedded
View implementation for an embedded page app.
EmbeddedPageViewImpl() - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 
EmbeddedPageViewImpl(AppContext) - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
Deprecated. 
enterFullScreenMode() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
eventBus - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
execute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Handles the retrieval of the Command instance defined in the CommandActionDefinition associated with this action and then performs the actual command execution.
execute() - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
Executes the defined action on the passed in item.
execute() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
execute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
execute() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenEditDialogAction
 
executeAfterConfirmation() - Method in class info.magnolia.ui.framework.action.DeleteAction
Deprecated. after 5.0.1 use ConfirmationAction.
executeAfterConfirmation() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
exitFullScreenMode() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
ExportAction - Class in info.magnolia.ui.framework.action
Action for exporting a node to XML format.
ExportAction(ExportActionDefinition, JcrItemAdapter, CommandsManager, UiContext) - Constructor for class info.magnolia.ui.framework.action.ExportAction
 
ExportActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure an ExportAction.
ExportActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ExportActionDefinition
 
ExtendableActivationAction - Class in info.magnolia.ui.framework.action
Extends the ActivationAction by the possibility to pass parameters in the constructor.
ExtendableActivationAction(ActivationActionDefinition, JcrItemAdapter, Map<String, Object>, CommandsManager, EventBus, SubAppContext, ModuleRegistry) - Constructor for class info.magnolia.ui.framework.action.ExtendableActivationAction
 
ExtendableDeactivationAction - Class in info.magnolia.ui.framework.action
Extends the DeactivationAction by the possibility to pass parameters in the constructor.
ExtendableDeactivationAction(DeactivationActionDefinition, JcrItemAdapter, Map<String, Object>, CommandsManager, EventBus, SubAppContext, ModuleRegistry) - Constructor for class info.magnolia.ui.framework.action.ExtendableDeactivationAction
 

F

FAVORITES_PATH - Static variable in class info.magnolia.ui.framework.favorite.FavoriteStore
 
FavoriteStore - Class in info.magnolia.ui.framework.favorite
Retrieves root node for favorites or bookmarks.
FavoriteStore() - Constructor for class info.magnolia.ui.framework.favorite.FavoriteStore
 
findAllMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
findMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
focusCurrentApp() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 

G

getActionDefinition(String) - Method in class info.magnolia.ui.framework.app.SubAppActionExecutor
 
getActiveSubAppContext() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getActiveSubAppView() - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
getApp() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getAppContext() - Method in class info.magnolia.ui.framework.app.BaseApp
 
getAppContext() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getAppContext() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getAppLauncherLayout() - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
getAppLocation(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Returns the current location of a running app instance or null, if it is not running.
getAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getBasePropertyName() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getBookmarkRoot() - Method in class info.magnolia.ui.framework.favorite.FavoriteStore
Get the bookmark root - create it if it's not yet around.
getCancelActionName() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCancelLabel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCaption() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This method will try to determine the current sub app caption, the one usually displayed in the tab where the subapp opens.
getCommand() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getCommandsManager() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getConfirmationHeader() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getConfirmationHeader() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getConfirmationMessage() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getConfirmationMessage() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCurrentApp() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
getCurrentAppLocation() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Returns the current location of the focused app.
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getDefaultLocation() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getDefaultSubAppDescriptor() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getDialogName() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
getDialogName() - Method in class info.magnolia.ui.framework.action.OpenEditDialogActionDefinition
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.ui.framework.setup.UiFrameworkModuleVersionHandler
 
getFavoriteRoot() - Method in class info.magnolia.ui.framework.favorite.FavoriteStore
Get the favorites root - create it if it's not yet around.
getFragment(Location) - Method in class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
getFragment() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getInstanceId() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getItem() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getItem() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getLabel() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getLanguageChooser() - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
getLocale() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getLocalizedPropertyName() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getLocation(String) - Method in class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
getLocation() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getMagnoliaShell() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getMessage() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getMessageById(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns a message.
getMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
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 class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getNodeType() - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
getNumberOfUnclearedMessagesForUser(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns the number of uncleared (unread) messages for this user.
getNumberOfUnclearedMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getNumberOfUnclearedMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
getNumberOfUnclearedMessagesForUserAndByType(String, MessageType) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns the number of uncleared (unread) messages for this user and for the specific message type.
getNumberOfUnclearedMessagesForUserAndByType(String, MessageType) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getNumberOfUnclearedMessagesForUserAndByType(String, MessageType) - Method in class info.magnolia.ui.framework.message.MessageStore
 
getOrCreateProperty() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getParams() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getProceedLabel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getShellAppLocation(String) - Method in interface info.magnolia.ui.framework.shell.ShellImpl.ShellAppLocationProvider
 
getShellAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getSubApp() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppContext() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getSubAppDescriptor() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppId() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getSubAppId() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppViewContainer(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
getSuccessActionName() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getType() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getUniqueNewItemName(Node) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
getUniqueNewItemName(Node, String) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
getUrl() - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
getValue() - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
getView() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getView() - Method in class info.magnolia.ui.framework.app.BaseApp
 
getView() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getView() - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
 
getWorkflowErrorMessage() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
getWorkflowErrorMessage() - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
getWorkflowFailureMessage() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
getWorkflowFailureMessage() - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
getWorkflowSuccessMessage() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
getWorkflowSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
GROUP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

H

hideAllMessages() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 

I

I18NAwarePropertyImpl<T> - Class in info.magnolia.ui.framework.i18n
Simple Property that manages one or more localized JCR properties internally.
I18NAwarePropertyImpl(String, Class<T>, AbstractJcrNodeAdapter) - Constructor for class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
I18NAwarePropertyImpl(String, Class<T>, AbstractJcrNodeAdapter, T) - Constructor for class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
i18nize(HasComponents, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
ICON - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
ID - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
info.magnolia.ui.framework - package info.magnolia.ui.framework
 
info.magnolia.ui.framework.action - package info.magnolia.ui.framework.action
 
info.magnolia.ui.framework.app - package info.magnolia.ui.framework.app
 
info.magnolia.ui.framework.app.embedded - package info.magnolia.ui.framework.app.embedded
 
info.magnolia.ui.framework.context - package info.magnolia.ui.framework.context
 
info.magnolia.ui.framework.favorite - package info.magnolia.ui.framework.favorite
 
info.magnolia.ui.framework.i18n - package info.magnolia.ui.framework.i18n
 
info.magnolia.ui.framework.message - package info.magnolia.ui.framework.message
 
info.magnolia.ui.framework.setup - package info.magnolia.ui.framework.setup
 
info.magnolia.ui.framework.shell - package info.magnolia.ui.framework.shell
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
isAppStarted(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
isCleared() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
isCloseable() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
isDefaultCancel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
isEnabled() - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
isRecursive() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
item - Variable in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 

J

jcrItem - Variable in class info.magnolia.ui.framework.action.DeleteAction
 

L

LocalMessageDispatcher - Class in info.magnolia.ui.framework.message
Dispatches events on an EventBus for a certain user.
LocalMessageDispatcher(EventBus, VaadinSession) - Constructor for class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.BaseApp
 
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
Check whether the url has changed, if so update the view to display the new location.

M

map2node(Node, Map<String, Object>) - Static method in class info.magnolia.ui.framework.message.Node2MapUtil
Stores the content of map to the node.
MarkNodeAsDeletedAction - Class in info.magnolia.ui.framework.action
Mark node as Deleted Action.
MarkNodeAsDeletedAction(MarkNodeAsDeletedActionDefinition, JcrItemAdapter, CommandsManager, EventBus, UiContext) - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
 
MarkNodeAsDeletedActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a MarkNodeAsDeletedAction.
MarkNodeAsDeletedActionDefinition() - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedActionDefinition
 
mayStop() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
MESSAGE - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
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
 
messageCleared(MessageEvent) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
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
 
messageSent(MessageEvent) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
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 - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
MoveNodeAction - Class in info.magnolia.ui.framework.action
Action that moves a node.
MoveNodeAction(MoveNodeActionDefinition, AbstractJcrNodeAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.MoveNodeAction
 
MoveNodeActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a MoveNodeAction.
MoveNodeActionDefinition() - Constructor for class info.magnolia.ui.framework.action.MoveNodeActionDefinition
 

N

NAME - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
NAME - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.FavoriteGroup
 
NAME - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
node2map(Node) - Static method in class info.magnolia.ui.framework.message.Node2MapUtil
Reads the node properties and subnodes, and creates a corresponding Map object, where the keys are the property/subnode names, and values are the property values, resp.
Node2MapUtil - Class in info.magnolia.ui.framework.message
Utility class to allow storing Map content to Node.
Node2MapUtil() - Constructor for class info.magnolia.ui.framework.message.Node2MapUtil
 

O

onClose(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
onError(Exception) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Class that implement CommansActionBase should use this in order to perform tasks or notification in case of error.
onError(Exception) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
onError(Exception) - Method in class info.magnolia.ui.framework.action.ConfirmationAction
Class that implement CommansActionBase should use this in order to perform tasks or notification in case of error.
onError(Exception) - Method in class info.magnolia.ui.framework.action.DeactivationAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AddNodeAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AddPropertyAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.DuplicateNodeAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.MoveNodeAction
 
onFocus(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
onLocationChanged(LocationChangedEvent) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Takes care of LocationChangedEvents by: Obtaining the AppDescriptor associated with the Location. Creating a new AppContext if not running, otherwise obtain it from the running apps. Updating the and redirecting in case of missing subAppId. Starting the App. Adding the AppContext to the appHistory. Setting the viewport and updating the current running app.
onLocationChangeRequested(LocationChangeRequestedEvent) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
onLocationUpdate(Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Called when a location change occurs and the app is already running.
onPostExecute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Post Command Execution.
onPostExecute() - Method in class info.magnolia.ui.framework.action.ActivationAction
 
onPostExecute() - Method in class info.magnolia.ui.framework.action.DeactivationAction
 
onPostExecute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
onPostExecute() - Method in class info.magnolia.ui.framework.action.ExportAction
After command execution we push the created XML to the client browser.
The created data is put in the temporary file 'fileOutput' linked to 'fileOutputStream' sent to the export command.
This temporary file is the used to create a DeleteOnCloseFileInputStream that ensure that this temporary file is removed once the
fileInputStream is closed by Vaadin resource component.
onPreExecute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Pre Command Execution.
onPreExecute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
onSubAppStart() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This hook-up method is called on BaseSubApp.start(info.magnolia.ui.api.location.Location) and enables subclasses to perform additional work before the view is displayed.
onSubAppStop() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This hook-up method is called on BaseSubApp.stop() and enables subclasses to perform additional work when stopping the subApp.
openAlert(MessageStyleType, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openAlert(MessageStyleType, String, String, String, AlertCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openChooseDialog(String, String, OverlayLayer, String, ItemChosenListener) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
openChooseDialog(String, OverlayLayer, String, ItemChosenListener) - Method in class info.magnolia.ui.framework.app.BaseApp
 
openConfirmation(MessageStyleType, View, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openConfirmation(MessageStyleType, String, String, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
OpenCreateDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for creating a new node in a tree.
OpenCreateDialogAction(OpenCreateDialogActionDefinition, AbstractJcrNodeAdapter, FormDialogPresenter, UiContext, EventBus) - Constructor for class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
OpenCreateDialogActionDefinition - Class in info.magnolia.ui.framework.action
Defines a dialog action that opens a dialog for adding a new node.
OpenCreateDialogActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
OpenEditDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for editing a node.
OpenEditDialogAction(OpenEditDialogActionDefinition, JcrItemAdapter, FormDialogPresenter, UiContext, EventBus) - Constructor for class info.magnolia.ui.framework.action.OpenEditDialogAction
 
OpenEditDialogActionDefinition - Class in info.magnolia.ui.framework.action
Defines an action for opening a dialog for editing a node.
OpenEditDialogActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenEditDialogActionDefinition
 
openFileInBlankWindow(String, String) - Method in class info.magnolia.ui.framework.action.ExportAction
 
openNotification(MessageStyleType, boolean, View) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openNotification(MessageStyleType, boolean, String) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openNotification(MessageStyleType, boolean, String, String, NotificationCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openOverlay(View) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openOverlay(View, OverlayLayer.ModalityLevel) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openOverlayOnView(View, View, OverlayLayer.ModalityDomain, OverlayLayer.ModalityLevel) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
openSubApp(Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 

P

PROCEED_LABEL - Static variable in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
pushToClient() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 

R

registerApps(List<String>) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
registerMessagesListener(String, MessagesManager.MessageListener) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Beware: this method is for registering message listeners and should only be used by the entry point of our application AdmincentralUI where we register a dispatcher.
registerMessagesListener(String, MessagesManager.MessageListener) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
registerShellApp(ShellAppType, Component) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
removeMessage(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
removeMessage(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
removeMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessageStore
 

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.
SENDER - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
sendGroupMessage(String, Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
sendGroupMessage(String, Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to a specific group.
sendGroupMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendLocalMessage(Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
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
 
sendUserMessage(String, Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setActiveSubAppView(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setApp(App) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setAppComponentProvider(ComponentProvider) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setAppContext(AppContext) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setAppLauncherLayout(AppLauncherLayoutDefinition) - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
setAppLogo(String, String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setAppName(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setCancelActionName(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setCancelLabel(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setConfirmationHeader(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setConfirmationMessage(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setDefaultCancel(boolean) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setDefaultValue(T) - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
setDialogName(String) - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
setDialogName(String) - Method in class info.magnolia.ui.framework.action.OpenEditDialogActionDefinition
 
setEnabled(boolean) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
setFragment(String) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setFullScreen(boolean) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setI18NPropertyName(String) - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
setIndication(ShellAppType, int) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setInstanceId(String) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setItemIdOfChangedItem(String) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
setItemIdOfChangedItem(String) - Method in class info.magnolia.ui.framework.action.DeleteAction
Deprecated. 
setListener(AppView.Listener) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setLocale(Locale) - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
setLocation(Location) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
setProceedLabel(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setRecursive(boolean) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setShellAppLocationProvider(ShellImpl.ShellAppLocationProvider) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setSubApp(SubApp) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setSuccessActionName(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setTheme(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
setUrl(String) - Method in interface info.magnolia.ui.framework.app.embedded.EmbeddedPageView
 
setUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 
setUserMenu(View) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setValue(T) - Method in class info.magnolia.ui.framework.i18n.I18NAwarePropertyImpl
 
setViewport(Viewport) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
setWorkflowErrorMessage(String) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setWorkflowErrorMessage(String) - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
setWorkflowFailureMessage(String) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setWorkflowFailureMessage(String) - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
setWorkflowSuccessMessage(String) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setWorkflowSuccessMessage(String) - Method in class info.magnolia.ui.framework.action.DeactivationActionDefinition
 
ShellImpl - Class in info.magnolia.ui.framework.shell
Admin shell.
ShellImpl(EventBus, AppController, MessagesManager) - Constructor for class info.magnolia.ui.framework.shell.ShellImpl
 
ShellImpl.ShellAppLocationProvider - Interface in info.magnolia.ui.framework.shell
Provides the current location of shell apps.
showConfirmationMessage(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
showError(String, Exception) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
showNotification(String) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
start(Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Called when the app is launched from the app launcher OR a location change event triggers it to start.
start(Location) - Method in class info.magnolia.ui.framework.app.BaseApp
 
start(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
start(Location) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
 
start(ModuleLifecycleContext) - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
startIfNotAlreadyRunning(String, Location) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Deprecated. 
startIfNotAlreadyRunningThenFocus(String, Location) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
This method can be called to launch an App and then delegate it to the LocationController.
stop() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
stop() - Method in class info.magnolia.ui.framework.app.BaseApp
 
stop() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
stop(ModuleLifecycleContext) - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
stopApp(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
stopCurrentApp() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
SubAppActionExecutor - Class in info.magnolia.ui.framework.app
ActionExecutor used in the scope of sub apps.
SubAppActionExecutor(ComponentProvider, SubAppContext) - Constructor for class info.magnolia.ui.framework.app.SubAppActionExecutor
 
SubAppContextImpl - Class in info.magnolia.ui.framework.app
Implementation of SubAppContext.
SubAppContextImpl(SubAppDescriptor, Shell) - Constructor for class info.magnolia.ui.framework.app.SubAppContextImpl
 
SUBJECT - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
SUCCESS_MESSAGE - Static variable in class info.magnolia.ui.framework.action.DeleteActionDefinition
 
SUCCESS_MESSAGE - Static variable in class info.magnolia.ui.framework.action.MarkNodeAsDeletedActionDefinition
 
supportsLocation(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
This method is being called by the AppController when iterating over opened subApps.

T

TIMESTAMP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
TITLE - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

U

uiContext - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
UiFrameworkModule - Class in info.magnolia.ui.framework
Module class for UI framework.
UiFrameworkModule(AppLauncherLayoutManager, ConfiguredAppDescriptorManager, ConfiguredDialogDefinitionManager, ConfiguredFieldTypeDefinitionManager) - Constructor for class info.magnolia.ui.framework.UiFrameworkModule
 
UiFrameworkModuleVersionHandler - Class in info.magnolia.ui.framework.setup
Version handler for the Ui framework module.
UiFrameworkModuleVersionHandler() - Constructor for class info.magnolia.ui.framework.setup.UiFrameworkModuleVersionHandler
 
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
 
updateCaption(String, String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
updateShellAppIndication(ShellAppType, int) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
updateSubAppLocation(SubAppContext, Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Used to update the framework about changes to locations inside the app and circumventing the LocationController mechanism.
URL - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

W

WORKSPACE_NAME - Static variable in class info.magnolia.ui.framework.favorite.FavoriteStore
 

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

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