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

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, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction
 
AbstractCommandAction(D, List<JcrItemAdapter>, CommandsManager, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction
 
AbstractCommandAction.CommandActionTriggerListener - Class in info.magnolia.ui.framework.action
Trigger listener.
AbstractCommandAction.CommandActionTriggerListener(String, String, String, String, String) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 
AbstractMultiItemAction<D extends info.magnolia.ui.api.action.ActionDefinition> - Class in info.magnolia.ui.framework.action
Abstract multi-item Action that defines the default behavior.
AbstractMultiItemAction(D, JcrItemAdapter, UiContext) - Constructor for class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
AbstractMultiItemAction(D, List<JcrItemAdapter>, UiContext) - Constructor for class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
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
 
AbstractVersionAction<D extends info.magnolia.ui.api.action.ActionDefinition> - Class in info.magnolia.ui.framework.action
Abstract version action showing available versions of an item.
AbstractVersionAction(D, LocationController, UiContext, FormDialogPresenter, AbstractJcrNodeAdapter, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractVersionAction
Deprecated.
since 5.3.4 - use AbstractVersionAction(D, LocationController, UiContext, FormDialogPresenter, SimpleTranslator) instead.
AbstractVersionAction(D, LocationController, UiContext, FormDialogPresenter, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractVersionAction
 
AccessGrantedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if current user has any of the specified roles.
AccessGrantedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
actions - Variable in class info.magnolia.ui.framework.config.UiConfig
 
ActivationAction<D extends ActivationActionDefinition> - 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(D, JcrItemAdapter, CommandsManager, EventBus, SubAppContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.ActivationAction
 
ActivationAction(D, List<JcrItemAdapter>, CommandsManager, EventBus, SubAppContext, SimpleTranslator) - 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
 
AddIsPublishedRuleToAllDeactivateActionsTask - Class in info.magnolia.ui.framework.setup
Add IsPublishedRule to all deactivation actions.
AddIsPublishedRuleToAllDeactivateActionsTask(String, String) - Constructor for class info.magnolia.ui.framework.setup.AddIsPublishedRuleToAllDeactivateActionsTask
 
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, SimpleTranslator) - 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, I18nizer, SimpleTranslator, Context) - Constructor for class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
AppInstanceControllerImpl(ModuleRegistry, AppController, LocationController, Shell, MessagesManager, AppDescriptor, AppLauncherLayoutManager, SystemMonitor, I18nizer, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.app.AppInstanceControllerImpl
ASCENDING_KEYWORD - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
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
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.app.stub.StubView
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.overlay.ViewAdapter
 
ATTRIBUTE_MODIFIEDONLY - Static variable in class info.magnolia.ui.framework.action.ActivationAction
 
AvailabilityCheckerImpl - Class in info.magnolia.ui.framework.availability
Implements AvailabilityChecker.
AvailabilityCheckerImpl(ComponentProvider, ContentConnector) - Constructor for class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 

B

BACKSLASH_DUMMY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
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<V extends info.magnolia.ui.api.view.View> - Class in info.magnolia.ui.framework.app
Basic implementation of a subApp with default behavior suitable for most sub apps.
BaseSubApp(SubAppContext, V) - 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
 
buildNewComponentDialog() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
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.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()
buildQueryMessageStatement(String, List<MessageType>, Map<String, Boolean>) - Method in class info.magnolia.ui.framework.message.MessageStore
 
buildWhereTypesClause(MessageType[]) - Method in class info.magnolia.ui.framework.message.MessageStore
 

C

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
 
ConfirmationAction - Class in info.magnolia.ui.framework.action
Configurable confirmation action.
ConfirmationAction(ConfirmationActionDefinition, Item, UiContext, ActionExecutor, SimpleTranslator, ContentConnector) - Constructor for class info.magnolia.ui.framework.action.ConfirmationAction
 
ConfirmationAction(ConfirmationActionDefinition, List<? extends Item>, UiContext, ActionExecutor, SimpleTranslator, ContentConnector) - 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
 
context - Variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
createAccessGrantedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createI18NURI(Node, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
createJcrNodesAllowedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createJcrNodeTypesAllowedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createJcrPropertiesAllowedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createJcrRootAllowedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createMultipleItemsAllowedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createReceiver() - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
createWritePermissionRequiredRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 

D

DeactivationAction - Class in info.magnolia.ui.framework.action
Deprecated.
since 5.1 use ActivationAction directly.
DeactivationAction(ActivationActionDefinition, JcrItemAdapter, CommandsManager, EventBus, SubAppContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeactivationAction
Deprecated.
 
DeactivationActionDefinition - Class in info.magnolia.ui.framework.action
Deprecated.
since 5.1 use ActivationActionDefinition directly.
DeactivationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeactivationActionDefinition
Deprecated.
 
DEFAULT_MIME_TYPE - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
DEFAULT_NEW_ITEM_NAME - Static variable in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
DEFAULT_SUPERUSER_ROLE - Static variable in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
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, Context) - 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 using the delete command.
DeleteAction(D, JcrItemAdapter, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteAction
 
DeleteAction(D, List<JcrItemAdapter>, CommandsManager, EventBus, UiContext, SimpleTranslator) - 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, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteItemAction
 
DeleteItemAction(DeleteItemActionDefinition, List<JcrItemAdapter>, EventBus, UiContext, SimpleTranslator) - 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
 
DESCENDING_KEYWORD - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
dialogs - Variable in class info.magnolia.ui.framework.config.UiConfig
 
dispatch(MessageEventHandler) - Method in class info.magnolia.ui.framework.message.MessageEvent
 
doExecute(InstallContext) - Method in class info.magnolia.ui.framework.setup.SetWritePermissionForActionsTask
 
doHandleEntryFromReceiver(Node, UploadReceiver) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
Actually produce an asset or a node based on the entry data aggregated into an UploadReceiver object.
DownloadBinaryAction<D extends DownloadBinaryActionDefinition> - Class in info.magnolia.ui.framework.action
Action for downloading a binary.
DownloadBinaryAction(D, JcrItemAdapter) - Constructor for class info.magnolia.ui.framework.action.DownloadBinaryAction
 
DownloadBinaryActionDefinition - Class in info.magnolia.ui.framework.action
Action definition for DownloadBinaryAction.
DownloadBinaryActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
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.
ENCODING_PROPERTY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
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.AbstractMultiItemAction
 
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.AbstractVersionAction
 
execute() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
execute() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
execute() - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenEditDialogAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenLocationAction
 
execute() - Method in class info.magnolia.ui.framework.action.ZipUploadDialogAction
 
execute(Context) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
execute(InstallContext) - Method in class info.magnolia.ui.framework.setup.AddIsPublishedRuleToAllDeactivateActionsTask
 
executeAfterConfirmation() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
executeOnItem(JcrItemAdapter) - 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.
executeOnItem(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Executes the action on ONE item.
executeOnItem(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.DeleteAction
 
executeOnItem(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
executeQuery(String, String, int, int) - Method in class info.magnolia.ui.framework.message.MessageStore
 
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, SimpleTranslator) - 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
 

F

FailedAppStub - Class in info.magnolia.ui.framework.app.stub
Stub BaseApp extension showed in case an exception was thrown during the original app start-up phase.
FailedAppStub(AppContext, Throwable, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.app.stub.FailedAppStub
 
FailedSubAppStub - Class in info.magnolia.ui.framework.app.stub
Stub BaseSubApp extension showed in case an exception was thrown during original sub-app start-up phase.
FailedSubAppStub(SubAppContext, Throwable, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.app.stub.FailedSubAppStub
 
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
 
fields - Variable in class info.magnolia.ui.framework.config.UiConfig
 
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
 
formDialogPresenter - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
forms - Variable in class info.magnolia.ui.framework.config.UiConfig
 

G

getAccessDefinition() - Method in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
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
 
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.
getAppName() - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
getAppType() - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
getAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getAuthoringLocale() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getAuthorLocale() - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
Deprecated.
getAvailableLocales(Node) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
Returns the available locales for the given page, area or component node.
Please note though that this default implementation exclusively resolves locales through DefaultI18NAuthoringSupport.i18nContentSupport, i.e.
getAvailableVersionInfoList() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBeanItemClass() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBinaryNode(Node) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
 
getBinaryNodeName() - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
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.
getCurrentItem() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Returns the item that is currently being processed - i.e.
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.stub.FailedSubAppStub
 
getDataProperty() - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
getDefaultItemId() - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 
getDefaultLocale(Node) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
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
 
getEditorCallback() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getEncoding() - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
getErrorMessage() - Method in class info.magnolia.ui.framework.action.ActivationAction
 
getErrorNotification() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getExtensionProperty() - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.ui.framework.setup.UiFrameworkModuleVersionHandler
 
getFailedItems() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getFailureMessage() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getFailureMessage() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Returns the message to display, if the execution fails on at least ONE item.
getFailureMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getFailureMessage() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
getFavoriteRoot() - Method in class info.magnolia.ui.framework.favorite.FavoriteStore
Get the favorites root - create it if it's not yet around.
getFileName(Node) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
 
getFileNameProperty() - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
getFragment(Location) - Method in class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
getFragment() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getI18n() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getId() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getInputStream(Node) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
 
getInputStream() - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
getInstanceId() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getItem() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getItem() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getItemComparator() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Create a Comparator used to sort JcrItemAdapter.
getItems() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getLabel() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getListOfItemPaths() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getLocation() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
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(boolean) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
getMessage() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getMessageAmount(String, List<MessageType>) - Method in class info.magnolia.ui.framework.message.MessageStore
 
getMessageBatch(String, List<MessageType>, Map<String, Boolean>, int, int) - Method in interface info.magnolia.ui.framework.message.MessagesManager
More efficient way to query message objects - the amount of return payload is limited, pre-sorted and filtered by type.
getMessageBatch(String, List<MessageType>, Map<String, Boolean>, int, int) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
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
 
getMessages(String, List<MessageType>, Map<String, Boolean>, int, int) - Method in class info.magnolia.ui.framework.message.MessageStore
 
getMessagesAmount(String, List<MessageType>) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Get amount of messages of certain types.
getMessagesAmount(String, List<MessageType>) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getMessagesForUser(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Deprecated.
since 5.3.9 - potentially dangerous since it returns the whole set of messages for the user which could be large. The MessagesManager.getMessageBatch(String, java.util.List, java.util.Map, int, int) should be used instead because it allows to set the limit and offset parameters.
getMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getModalityLevel() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
Returns the OverlayLayer.ModalityLevel for versions dialogs.
getName() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 
getName() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getNode() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getNodeType() - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
getNodeTypes() - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodeTypesAllowedRule
 
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
 
getParameter() - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
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
 
getSortedItems(Comparator<JcrItemAdapter>) - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getStreamResource(InputStream, String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
Returns a downloadable DownloadStreamResource created from the supplied InputStream.
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.action.OpenLocationActionDefinition
 
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.AbstractCommandAction
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Returns the message to display, if the execution succeeds on ALL items.
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
getUiContext() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
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
 
getVersionLabel(VersionInfo) - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
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
 
GROUP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

H

handleFileEntry(ZipFile, ZipArchiveEntry) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
HasVersionsRule - Class in info.magnolia.ui.framework.availability
Checks if versioning is enabled for an item and whether it has versions.
HasVersionsRule(VersionManager) - Constructor for class info.magnolia.ui.framework.availability.HasVersionsRule
 
hideAllMessages() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 

I

i18n - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
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
 
ImportZipCommand - Class in info.magnolia.ui.framework.command
Imports ZIP archive contents into JCR repository.
ImportZipCommand(SimpleTranslator) - Constructor for class info.magnolia.ui.framework.command.ImportZipCommand
 
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.app.stub - package info.magnolia.ui.framework.app.stub
 
info.magnolia.ui.framework.availability - package info.magnolia.ui.framework.availability
 
info.magnolia.ui.framework.availability.shorthandrules - package info.magnolia.ui.framework.availability.shorthandrules
 
info.magnolia.ui.framework.command - package info.magnolia.ui.framework.command
 
info.magnolia.ui.framework.config - package info.magnolia.ui.framework.config
 
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.overlay - package info.magnolia.ui.framework.overlay
 
info.magnolia.ui.framework.setup - package info.magnolia.ui.framework.setup
 
info.magnolia.ui.framework.shell - package info.magnolia.ui.framework.shell
 
info.magnolia.ui.framework.task - package info.magnolia.ui.framework.task
 
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
 
isAvailable(AvailabilityDefinition, List<Object>) - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
isAvailable(Collection<?>) - Method in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
isAvailable(Collection<?>) - Method in class info.magnolia.ui.framework.availability.shorthandrules.MultipleItemsAllowedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.HasVersionsRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsDeletedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsNotDeletedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsNotVersionedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsPublishableRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsPublishedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsVersionRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodesAllowedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodeTypesAllowedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrPropertiesAllowedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.WritePermissionRequiredRule
 
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
 
IsDeletedRule - Class in info.magnolia.ui.framework.availability
This rule returns true if the item is node and has the mgnl:deleted mixin type.
IsDeletedRule() - Constructor for class info.magnolia.ui.framework.availability.IsDeletedRule
 
isEnabled() - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
isInvokeAsynchronously() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
isModifiedOnly() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
isMultipleItemsAllowed() - Method in class info.magnolia.ui.framework.availability.shorthandrules.MultipleItemsAllowedRule
 
isNodesAllowed() - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodesAllowedRule
 
IsNotDeletedRule - Class in info.magnolia.ui.framework.availability
This rule returns true if the item is not a node, or if it is a node and has NOT the mgnl:deleted mixin type.
IsNotDeletedRule() - Constructor for class info.magnolia.ui.framework.availability.IsNotDeletedRule
 
IsNotVersionedRule - Class in info.magnolia.ui.framework.availability
Availability rule for non-versioned items.
IsNotVersionedRule() - Constructor for class info.magnolia.ui.framework.availability.IsNotVersionedRule
 
isPropertiesAllowed() - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrPropertiesAllowedRule
 
IsPublishableRule - Class in info.magnolia.ui.framework.availability
Returns true if all ancestors of this item are activated, false otherwise.
IsPublishableRule() - Constructor for class info.magnolia.ui.framework.availability.IsPublishableRule
 
IsPublishedRule - Class in info.magnolia.ui.framework.availability
This rule returns true if it is a node and has NOT the ActivationStatus equals ACTIVATION_STATUS_NOT_ACTIVATED.
IsPublishedRule() - Constructor for class info.magnolia.ui.framework.availability.IsPublishedRule
 
isRecursive() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
isRemoved() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
isRootAllowed() - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 
IsVersionRule - Class in info.magnolia.ui.framework.availability
Rule that checks if an item is a Version of a Node.
IsVersionRule() - Constructor for class info.magnolia.ui.framework.availability.IsVersionRule
 
isWritePermissionRequired() - Method in class info.magnolia.ui.framework.availability.shorthandrules.WritePermissionRequiredRule
 
item - Variable in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 

J

jcrItem - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
JcrNodesAllowedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if evaluated items are JCR nodes.
JcrNodesAllowedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.JcrNodesAllowedRule
 
JcrNodeTypesAllowedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if evaluated items are of the specified JCR node types.
JcrNodeTypesAllowedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.JcrNodeTypesAllowedRule
 
JcrPropertiesAllowedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if evaluated items are JCR properties.
JcrPropertiesAllowedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.JcrPropertiesAllowedRule
 
JcrRootAllowedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if evaluated item is the default itemId — typically the root node for JCR-based content apps.
JcrRootAllowedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 

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
 
LocalTaskDispatcher - Class in info.magnolia.ui.framework.task
Dispatches Task events on an EventBus for a certain user.
LocalTaskDispatcher(EventBus, VaadinSession, Context, ComponentProvider) - Constructor for class info.magnolia.ui.framework.task.LocalTaskDispatcher
 
LocalTaskDispatcherManager - Class in info.magnolia.ui.framework.task
LocalTaskDispatcherManager.
LocalTaskDispatcherManager(EventBus, Provider<SecuritySupport>) - Constructor for class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
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.
locationChanged(Location) - Method in class info.magnolia.ui.framework.app.stub.FailedAppStub
 
locationController - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
locationController - Variable in class info.magnolia.ui.framework.action.OpenLocationAction
 

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, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
 
MarkNodeAsDeletedAction(MarkNodeAsDeletedActionDefinition, List<JcrItemAdapter>, CommandsManager, EventBus, UiContext, SimpleTranslator) - 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
 
MESSAGE_FORMAT_VERSION_OPTION_LABEL - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
Label format for versions.
MESSAGE_FORMAT_VERSION_OPTION_LABEL_NO_COMMENT - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
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
 
MessageEvent(String, boolean) - Constructor for class info.magnolia.ui.framework.message.MessageEvent
 
MessageEventHandler - Interface in info.magnolia.ui.framework.message
Handler of {link MessageEvent.
messageRemoved(String) - Method in class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
messageRemoved(MessageEvent) - Method in interface info.magnolia.ui.framework.message.MessageEventHandler
 
messageRemoved(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager.MessageListener
 
messageRemoved(MessageEvent) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
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
 
MSG_KEY - Static variable in class info.magnolia.ui.framework.app.stub.FailedAppStub
 
MSG_KEY - Static variable in class info.magnolia.ui.framework.app.stub.FailedSubAppStub
 
MultipleItemsAllowedRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if subject should support working with multiple items.
MultipleItemsAllowedRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.MultipleItemsAllowedRule
 

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
 
nodeAdapter - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
Deprecated.
since 5.3.4 - define and inject AbstractJcrNodeAdapter in your subclass.

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.
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
 
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.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.
onTaskEvent(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcher
 
onTaskEvent(TaskEvent) - Method in interface info.magnolia.ui.framework.task.TaskEventDispatcher
 
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
 
openAlert(MessageStyleType, String, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openAlert(MessageStyleType, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
openAlert(MessageStyleType, String, String, String, AlertCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
openAlert(MessageStyleType, String, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
openChooseDialog(String, UiContext, String, ChooseDialogCallback) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
openChooseDialog(String, UiContext, String, String, ChooseDialogCallback) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
openChooseDialog(UiContext, String, ChooseDialogCallback) - Method in class info.magnolia.ui.framework.app.BaseApp
 
openChooseDialog(UiContext, String, String, ChooseDialogCallback) - 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
 
openConfirmation(MessageStyleType, String, View, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openConfirmation(MessageStyleType, View, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
openConfirmation(MessageStyleType, String, String, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
openConfirmation(MessageStyleType, String, View, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
OpenCreateDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for creating a new node in a tree.
OpenCreateDialogAction(OpenCreateDialogActionDefinition, Item, FormDialogPresenterFactory, UiContext, EventBus, ContentConnector, SimpleTranslator) - 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, Item, FormDialogPresenterFactory, UiContext, EventBus, SimpleTranslator, ContentConnector) - 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
 
OpenLocationAction - Class in info.magnolia.ui.framework.action
The OpenLocationAction opens a given location in the admincentral.
OpenLocationAction(OpenLocationActionDefinition, LocationController) - Constructor for class info.magnolia.ui.framework.action.OpenLocationAction
 
OpenLocationActionDefinition - Class in info.magnolia.ui.framework.action
Defines an action for opening any location in the admincentral.
OpenLocationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
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
 
openNotification(MessageStyleType, boolean, View) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Opens a notification of given type, with given body; it can close automatically after a timeout.
openNotification(MessageStyleType, boolean, String) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Opens a notification of given type, with given body text; it can close automatically after a timeout.
openNotification(MessageStyleType, boolean, String, String, NotificationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Convenience method for presenting notification indicator with string content.
openOverlay(View) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openOverlay(View, OverlayLayer.ModalityLevel) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openOverlay(View) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Opens an overlay with default strong modality level.
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
 
operateOnNode(InstallContext, Node) - Method in class info.magnolia.ui.framework.setup.ReplaceMultiLinkFieldDefinitionTask
 
operateOnNode(InstallContext, Node) - Method in class info.magnolia.ui.framework.setup.ReplaceSaveModeTypeFieldDefinitionTask
 
ORDER_BY - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
OverlayPresenter - Class in info.magnolia.ui.framework.overlay
Provides implementations for most OverlayLayer methods.
OverlayPresenter() - Constructor for class info.magnolia.ui.framework.overlay.OverlayPresenter
 

P

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

R

registerApps(List<String>) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
registerLocalTasksListener(String, TaskEventDispatcher) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
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
 
ReplaceMultiLinkFieldDefinitionTask - Class in info.magnolia.ui.framework.setup
Replace the 5.0 MultiLinkFieldDefinition by a MultiValueFieldDefinition.
ReplaceMultiLinkFieldDefinitionTask(String, String, String, String) - Constructor for class info.magnolia.ui.framework.setup.ReplaceMultiLinkFieldDefinitionTask
 
ReplaceSaveModeTypeFieldDefinitionTask - Class in info.magnolia.ui.framework.setup
Rename or remove the 5.0 node field definition 'saveModeType'.
In 5.1, this definition do not exist anymore and is replaced by 'transformerClass' definition.
ReplaceSaveModeTypeFieldDefinitionTask(String, String, String, String) - Constructor for class info.magnolia.ui.framework.setup.ReplaceSaveModeTypeFieldDefinitionTask
 

S

saveMessage(String, Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
saveMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
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
 
setAccessDefinition(AccessDefinition) - Method in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
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
 
setAppLogo(String, String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setAppName(String) - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
setAppName(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setAppType(String) - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
setAuthoringLocale(Locale) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setAuthorLocale(Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
Deprecated.
setBinaryNodeName(String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
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
 
setCurrentItem(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
This method should be used only in tests (when the test does not call the AbstractMultiItemAction.execute() method but e.g.
setDataProperty(String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
setDefaultCancel(boolean) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setDefaultItemId(Object) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 
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
 
setEncoding(String) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
setExtensionProperty(String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
setFileNameProperty(String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
setFragment(String) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setFullScreen(boolean) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setIndication(ShellAppType, int) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setInputStream(InputStream) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
setInstanceId(String) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setItemContentChanged(boolean) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
setItemIdOfChangedItem(JcrItemId) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
setListener(AppView.Listener) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setLocation(Location) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setModifiedOnly(boolean) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setMultipleItemsAllowed(boolean) - Method in class info.magnolia.ui.framework.availability.shorthandrules.MultipleItemsAllowedRule
 
setNodesAllowed(boolean) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodesAllowedRule
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
setNodeTypes(Collection<String>) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodeTypesAllowedRule
 
setParameter(String) - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
setProceedLabel(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setPropertiesAllowed(boolean) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrPropertiesAllowedRule
 
setRecursive(boolean) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setRootAllowed(boolean) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrRootAllowedRule
 
setShellAppLocationProvider(ShellImpl.ShellAppLocationProvider) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setSubApp(SubApp) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setSubAppId(String) - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
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
 
setViewport(Viewport) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
SetWritePermissionForActionsTask - Class in info.magnolia.ui.framework.setup
This task updates a given set of actions which need write permission to be executed, so that they are disabled if current user doesn't have such permission.
SetWritePermissionForActionsTask(String, String...) - Constructor for class info.magnolia.ui.framework.setup.SetWritePermissionForActionsTask
Instantiate a new update task to set write permission for a given set of actions.
setWritePermissionRequired(boolean) - Method in class info.magnolia.ui.framework.availability.shorthandrules.WritePermissionRequiredRule
 
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(Location) - Method in class info.magnolia.ui.framework.app.stub.FailedAppStub
 
start(Location) - Method in class info.magnolia.ui.framework.app.stub.FailedSubAppStub
 
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
 
STREAM_PROPERTY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
StubView - Class in info.magnolia.ui.framework.app.stub
StubView.
StubView(String) - Constructor for class info.magnolia.ui.framework.app.stub.StubView
 
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
 
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

taskAdded(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
taskArchived(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
taskClaimed(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
TaskEventDispatcher - Interface in info.magnolia.ui.framework.task
TaskEventDispatcher.
taskFailed(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
taskRemoved(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
taskResolved(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
taskScheduled(TaskEvent) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
TIMEOUT_SECONDS_DEFAULT - Static variable in class info.magnolia.ui.framework.overlay.OverlayPresenter
 
TIMESTAMP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
TITLE - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
triggerComplete(Trigger, JobExecutionContext, int) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 
triggerFired(Trigger, JobExecutionContext) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 
triggerMisfired(Trigger) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 

U

UiConfig - Class in info.magnolia.ui.framework.config
Main config object for creating UI definitions.
UiConfig() - Constructor for class info.magnolia.ui.framework.config.UiConfig
 
uiContext - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
uiContext - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
UiFrameworkModule - Class in info.magnolia.ui.framework
Module class for UI framework.
UiFrameworkModule(ConfigurationSourceFactory, DialogDefinitionRegistry, FieldTypeDefinitionRegistry, AppDescriptorRegistry) - Constructor for class info.magnolia.ui.framework.UiFrameworkModule
 
UiFrameworkModuleVersionHandler - Class in info.magnolia.ui.framework.setup
Version handler for the Ui framework module.
UiFrameworkModuleVersionHandler(ControlMigratorsRegistry) - Constructor for class info.magnolia.ui.framework.setup.UiFrameworkModuleVersionHandler
 
unregisterLocalTasksListener(String, TaskEventDispatcher) - Method in class info.magnolia.ui.framework.task.LocalTaskDispatcherManager
 
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.
updateUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
Add the context path to internal urls.
URL - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

V

validators - Variable in class info.magnolia.ui.framework.config.UiConfig
 
vetoJobExecution(Trigger, JobExecutionContext) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction.CommandActionTriggerListener
 
VIEW - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
ViewAdapter - Class in info.magnolia.ui.framework.overlay
Simple view class that wraps component.
ViewAdapter(Component) - Constructor for class info.magnolia.ui.framework.overlay.ViewAdapter
 

W

WORKSPACE_NAME - Static variable in class info.magnolia.ui.framework.favorite.FavoriteStore
 
WritePermissionRequiredRule - Class in info.magnolia.ui.framework.availability.shorthandrules
AvailabilityRule implementation which returns true if current user has write permissions for the evaluated items.
WritePermissionRequiredRule() - Constructor for class info.magnolia.ui.framework.availability.shorthandrules.WritePermissionRequiredRule
 

Z

ZIP_TMP_FILE_PREFIX - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
ZIP_TMP_FILE_SUFFIX - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
ZipUploadActionDefinition - Class in info.magnolia.ui.framework.action
Provides zip upload action parameters.
ZipUploadActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ZipUploadActionDefinition
 
ZipUploadDialogAction<T extends ZipUploadActionDefinition> - Class in info.magnolia.ui.framework.action
Triggers zip archive upload command.
ZipUploadDialogAction(T, CommandsManager, EditorValidator, EditorCallback, Item) - Constructor for class info.magnolia.ui.framework.action.ZipUploadDialogAction
 
A B C D E F G H I J L M N O P R S T U V W Z 

Copyright © 2015 Magnolia International Ltd.. All rights reserved.