Skip navigation links
A B C D E F G H I J K 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
 
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
 
AcceptsClipboardContent - Class in info.magnolia.ui.framework.availability
This rule returns true if current content of the clipboard can be pasted under given location.
AcceptsClipboardContent(ContentConnector, ContentClipboard) - Constructor for class info.magnolia.ui.framework.availability.AcceptsClipboardContent
 
access() - Static method in class info.magnolia.ui.framework.ioc.SessionStore
Returns SessionStore corresponding to current VaadinSession.
access(VaadinSession) - Static method in class info.magnolia.ui.framework.ioc.SessionStore
Returns SessionStore corresponding to provided VaadinSession.
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
 
addAction(String, String, ActionListener) - Method in class info.magnolia.ui.framework.tools.DefaultFormToolView
 
addAction(String, String, ActionListener) - Method in interface info.magnolia.ui.framework.tools.FormToolView
 
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
 
addSubAppView(View, String, String, boolean) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
addToolView(String, View) - Method in interface info.magnolia.ui.framework.tools.ToolsSubAppView
 
addToolView(String, View) - Method in class info.magnolia.ui.framework.tools.ToolsSubAppViewImpl
 
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.FavoriteGroup - Class in info.magnolia.ui.framework
Represents the node type mgnl:favoriteGroup.
AdmincentralNodeTypes.SystemMessage - Class in info.magnolia.ui.framework
Represents the node type mgnl:systemMessage.
aggregate() - Method in class info.magnolia.ui.framework.ioc.UiComponentConfigurationAggregator
 
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
AppControllerImpl(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(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, 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
 
asString() - Method in interface info.magnolia.ui.framework.ioc.UiContextReference
Get String representation of UI context ref; useful when the reference needs to be used as a key in a hash map (e.g.
asString() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.UiContextReferenceImpl
 
asString() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.ViewContextReference
 
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
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.tools.DefaultFormToolView
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.tools.ToolsSubAppViewImpl
 
AsyncActionExecutor - Interface in info.magnolia.ui.framework.action.async
Executes command-actions asynchronously.
AsyncActionExecutor.ParallelExecutionException - Exception in info.magnolia.ui.framework.action.async
Abstracts away scheduler internal exceptions used for checking parallel-executions.
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
 
BeanStore - Class in info.magnolia.ui.framework.ioc
Key-value storage capable of keeping objects of arbitrary type mapped to a Key.
BeanStoreLifecycleEvent<T extends info.magnolia.event.EventHandler> - Class in info.magnolia.ui.framework.ioc
Emitted upon different BeanStore lifecycle events.
BeanStoreLifecycleEvent.BeforeDestroy - Class in info.magnolia.ui.framework.ioc
Emitted before a BeanStore is destroyed.
BeanStoreLifecycleEvent.BeforeDestroy.Handler - Interface in info.magnolia.ui.framework.ioc
BeanStoreLifecycleEvent.Create - Class in info.magnolia.ui.framework.ioc
Emitted when a BeanStore is created.
BeanStoreLifecycleEvent.Create.Handler - Interface in info.magnolia.ui.framework.ioc
BeanStoreLifecycleEvent.Destroy - Class in info.magnolia.ui.framework.ioc
Emitted after a BeanStore is destroyed.
BeanStoreLifecycleEvent.Destroy.Handler - Interface in info.magnolia.ui.framework.ioc
BeforeDestroy(UiContextReference, BeanStore) - Constructor for class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.BeforeDestroy
 
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
 
buildActions(FormToolDefinition) - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
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.ExportYamlAction
 
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

canCopy(List<T>) - Method in interface info.magnolia.ui.framework.ContentClipboard
Check whether given objects can be copied into the clipboard.
canPasteInto(T) - Method in interface info.magnolia.ui.framework.ContentClipboard
Check whether objects in the clipboard can be pasted under given object.
CleanTempFilesCommand - Class in info.magnolia.ui.framework.command
Cleans temp files in tmp directory.
CleanTempFilesCommand() - Constructor for class info.magnolia.ui.framework.command.CleanTempFilesCommand
 
CleanTempFilesCommand(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.ui.framework.command.CleanTempFilesCommand
Deprecated.
clear() - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
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
 
CommandActionTriggerListener(D, String, UiContext, SimpleTranslator, String) - Constructor for class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor.CommandActionTriggerListener
Deprecated.
since 5.4.10, please use #CommandActionTriggerListener(D, String, UiContext, SimpleTranslator, String, String) instead.
CommandActionTriggerListener(D, String, UiContext, SimpleTranslator, String, String) - Constructor for class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor.CommandActionTriggerListener
 
configure() - Method in class info.magnolia.ui.framework.ioc.UiBaseModule
 
ConfiguredFormToolDefinition - Class in info.magnolia.ui.framework.tools
Default implementation for FormToolDefinition.
ConfiguredFormToolDefinition() - Constructor for class info.magnolia.ui.framework.tools.ConfiguredFormToolDefinition
 
ConfiguredToolDefinition - Class in info.magnolia.ui.framework.tools
Default implementation for ToolDefinition.
ConfiguredToolDefinition() - Constructor for class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
ConfiguredToolsSubAppDescriptor - Class in info.magnolia.ui.framework.tools
Default implementation for ToolsSubAppDescriptor.
ConfiguredToolsSubAppDescriptor() - Constructor for class info.magnolia.ui.framework.tools.ConfiguredToolsSubAppDescriptor
 
ConfirmationAction<D extends ConfirmationActionDefinition> - Class in info.magnolia.ui.framework.action
Configurable confirmation action.
ConfirmationAction(D, Item, UiContext, ActionExecutor, SimpleTranslator, ContentConnector) - Constructor for class info.magnolia.ui.framework.action.ConfirmationAction
 
ConfirmationAction(D, 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
 
consumeLinkedBinding(Consumer<LinkedKeyBinding>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
consumeProviderInstanceBinding(Consumer<ProviderInstanceBinding>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
consumeProviderKeyBinding(Consumer<ProviderKeyBinding<T>>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
ContentClipboard<T> - Interface in info.magnolia.ui.framework
Interface for components which manage copy/paste operations over the objects of some specific domain.
ContentClipboardException - Exception in info.magnolia.ui.framework
Exception thrown when an ContentClipboard encounters an error during copying or pasting.
ContentClipboardException() - Constructor for exception info.magnolia.ui.framework.ContentClipboardException
 
ContentClipboardException(String) - Constructor for exception info.magnolia.ui.framework.ContentClipboardException
 
ContentClipboardException(Throwable) - Constructor for exception info.magnolia.ui.framework.ContentClipboardException
 
ContentClipboardException(String, Throwable) - Constructor for exception info.magnolia.ui.framework.ContentClipboardException
 
context - Variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
copy(List<T>) - Method in interface info.magnolia.ui.framework.ContentClipboard
Save the information about provided objects to be saved to the clipboard.
Create(UiContextReference, BeanStore) - Constructor for class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Create
 
create(ComponentConfigurer...) - Method in class info.magnolia.ui.framework.ioc.MagnoliaUiGuiceComponentProviderFactory
Populates all the UI-related components and type-mappings from all the modules, processes them and creates a GuiceComponentProvider out of them.
createAccessGrantedRule() - Method in class info.magnolia.ui.framework.availability.AvailabilityCheckerImpl
 
createBeanStore(UiContextReference) - Method in class info.magnolia.ui.framework.ioc.SessionStore
 
createBeanStore(UiContextReference, Map<Key, Object>) - Method in class info.magnolia.ui.framework.ioc.SessionStore
 
createDefaultValue(Property) - Method in class info.magnolia.ui.framework.field.nodetype.NodeTypeSelectFieldFactory
 
createEditorCallback(DialogPresenter, Item, EventBus) - Method in class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
createEditorCallback(DialogPresenter, Item, EventBus) - Method in class info.magnolia.ui.framework.action.OpenExportDialogAction
 
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
 
CurrentUiContextReference - Class in info.magnolia.ui.framework.ioc
When injecting the Ui-related components, CurrentUiContextReference provides information about the context in which the dependency injection has been initiated (i.e.
CurrentUiContextReference() - Constructor for class info.magnolia.ui.framework.ioc.CurrentUiContextReference
 

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
 
DefaultAsyncActionExecutor<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action.async
AsyncActionExecutor delegating to Magnolia's SchedulerModule for asynchronous action execution.
DefaultAsyncActionExecutor(D, Provider<SchedulerModule>, Context, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor
 
DefaultAsyncActionExecutor.CommandActionTriggerListener<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action.async
Takes care of notifying the user about successful or failed executions.
DefaultFormToolView - Class in info.magnolia.ui.framework.tools
Abstract generic logic for FormToolView.
DefaultFormToolView() - Constructor for class info.magnolia.ui.framework.tools.DefaultFormToolView
 
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
 
DeleteConfirmationAction<D extends DeleteConfirmationActionDefinition> - Class in info.magnolia.ui.framework.action
Delete confirmation action which notifies if sub-nodes were modified.
DeleteConfirmationAction(D, List<? extends JcrItemAdapter>, UiContext, ActionExecutor, SimpleTranslator, ContentConnector) - Constructor for class info.magnolia.ui.framework.action.DeleteConfirmationAction
 
DeleteConfirmationActionDefinition - Class in info.magnolia.ui.framework.action
Definition for DeleteConfirmationAction.
DeleteConfirmationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeleteConfirmationActionDefinition
 
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
 
deriveLocalisedPropertyName(String, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
DESCENDING_KEYWORD - Static variable in class info.magnolia.ui.framework.message.MessageStore
 
Destroy(UiContextReference, BeanStore) - Constructor for class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Destroy
 
dialogs - Variable in class info.magnolia.ui.framework.config.UiConfig
 
dispatch(BeanStoreLifecycleEvent.BeforeDestroy.Handler) - Method in class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.BeforeDestroy
 
dispatch(BeanStoreLifecycleEvent.Create.Handler) - Method in class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Create
 
dispatch(BeanStoreLifecycleEvent.Destroy.Handler) - Method in class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Destroy
 
dispatch(MessageEventHandler) - Method in class info.magnolia.ui.framework.message.MessageEvent
 
doExecute(InstallContext) - Method in class info.magnolia.ui.framework.setup.RemoveFieldTypeDefinitionsFromJcrTask
 
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

EditorCallbackAction<D extends EditorCallbackActionDefinition> - Class in info.magnolia.ui.framework.action
Invokes either EditorCallback.onSuccess(String) or EditorCallback.onCancel() depending on the definition.
EditorCallbackAction(D, EditorCallback, EditorValidator) - Constructor for class info.magnolia.ui.framework.action.EditorCallbackAction
 
EditorCallbackActionDefinition - Class in info.magnolia.ui.framework.action
Configures an action which simply delegates to an EditorCallback, optionally performing validation beforehand.
EditorCallbackActionDefinition() - Constructor for class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
 
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.action.ZipUploadDialogAction
 
ENCODING_PROPERTY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
enterFullScreenMode() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
equals(Object) - Method in class info.magnolia.ui.framework.ioc.UiContextReference.UiContextReferenceImpl
 
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(JcrItemAdapter, Map<String, Object>) - Method in interface info.magnolia.ui.framework.action.async.AsyncActionExecutor
 
execute(JcrItemAdapter, Map<String, Object>) - Method in class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor
 
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.EditorCallbackAction
 
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.CleanTempFilesCommand
 
execute(Context) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
execute(InstallContext) - Method in class info.magnolia.ui.framework.setup.AddIsPublishedRuleToAllDeactivateActionsTask
 
execute(InstallContext) - Method in class info.magnolia.ui.framework.setup.RemoveFieldTypeDefinitionsFromJcrTask
 
execute() - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormSaveAction
 
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, EditorCallback) - Constructor for class info.magnolia.ui.framework.action.ExportAction
 
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
 
ExportYamlAction - Class in info.magnolia.ui.framework.action
Action for exporting a node to YAML format.
ExportYamlAction(ExportYamlActionDefinition, JcrItemAdapter, CommandsManager, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.ExportYamlAction
 
ExportYamlActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure an ExportYamlAction.
ExportYamlActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ExportYamlActionDefinition
 
EXTRACT_LOCATION_PROPERTY - Static variable in class info.magnolia.ui.framework.action.ZipUploadDialogAction
 

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
 
Favorite() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
FavoriteGroup() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.FavoriteGroup
 
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
 
forAdmincentral() - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forApp(String) - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forApps() - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forEach(BiConsumer<? super Key, ? super Object>) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
formDialogPresenter - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
forms - Variable in class info.magnolia.ui.framework.config.UiConfig
 
FormToolActionExecutor - Class in info.magnolia.ui.framework.tools
Responsible for executing actions which defined in FormToolDefinition.getActions().
FormToolActionExecutor(ComponentProvider) - Constructor for class info.magnolia.ui.framework.tools.FormToolActionExecutor
 
FormToolDefinition - Interface in info.magnolia.ui.framework.tools
Define a tool with a form with actions.
FormToolPresenter - Class in info.magnolia.ui.framework.tools
A FormToolPresenter consumes a FormToolDefinition and presents a generic configured form in a FormToolView.
FormToolPresenter(FormToolView, FormBuilder, FormToolActionExecutor) - Constructor for class info.magnolia.ui.framework.tools.FormToolPresenter
 
FormToolView - Interface in info.magnolia.ui.framework.tools
View for form in tool app.
forSubApp(String, String) - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forSubApps() - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forView(String) - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 
forViews() - Static method in class info.magnolia.ui.framework.ioc.UiAnnotations
 

G

genericAppContextReference() - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
genericSubAppContextReference() - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
genericViewContextRefence() - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
get(Class<? extends T>) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
get(Key<? extends T>) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
get() - Static method in class info.magnolia.ui.framework.ioc.CurrentUiContextReference
 
getAccessDefinition() - Method in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
getActionDefinition(String) - Method in class info.magnolia.ui.framework.app.SubAppActionExecutor
 
getActionDefinition(String) - Method in class info.magnolia.ui.framework.tools.FormToolActionExecutor
 
getActions() - Method in class info.magnolia.ui.framework.tools.ConfiguredFormToolDefinition
 
getActions() - Method in interface info.magnolia.ui.framework.tools.FormToolDefinition
 
getActiveSubAppContext() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getActiveSubAppView() - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
getAnnotation() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.AppContextReference
 
getAnnotation() - Method in interface info.magnolia.ui.framework.ioc.UiContextReference
Get UiContextAnnotation which corresponds to this UI context reference.
getAnnotation() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.SubAppContextReference
 
getAnnotation() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.ViewContextReference
 
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.
getAvailableLocales(Item) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
getAvailableVersionInfoList() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBaseName() - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
getBeanItemClass() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBeanStore(UiContextReference) - Method in class info.magnolia.ui.framework.ioc.SessionStore
Finds a bean store which corresponds to a scope key.
getBinaryNode(Node) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
 
getBinaryNodeName() - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
getBindings(Collection<Element>) - Static method in class info.magnolia.ui.framework.ioc.GuiceSpi
Takes a collection of elements and presents it a stream of bindings skipping all the elements that are not bindings on the way.
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.
getClosestInstance(Class<? extends T>) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
getCommand() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getCommand() - Method in class info.magnolia.ui.framework.action.ExportAction
 
getCommandsManager() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getComponent(Class<T>) - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
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
 
getConfirmationMessage() - Method in class info.magnolia.ui.framework.action.DeleteConfirmationAction
 
getContentConnector() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
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
 
getDefaultLocale(Item) - 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
 
getDescription() - Method in class info.magnolia.ui.framework.tools.ConfiguredToolsSubAppDescriptor
 
getDescription() - Method in interface info.magnolia.ui.framework.tools.ToolsSubAppDescriptor
 
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
 
getException() - Method in class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor.CommandActionTriggerListener
 
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
 
getForm() - Method in class info.magnolia.ui.framework.tools.ConfiguredFormToolDefinition
 
getForm() - Method in interface info.magnolia.ui.framework.tools.FormToolDefinition
 
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.AbstractCommandAction
 
getI18n() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getIcon(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getId() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getImplementation(Class<T>) - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
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
 
getItem() - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
getItem() - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolPresenter
 
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
 
getItems() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getLabel() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getLabel() - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
getLabel() - Method in interface info.magnolia.ui.framework.tools.ToolDefinition
 
getListener(String, JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor
 
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.async.DefaultAsyncActionExecutor.CommandActionTriggerListener
 
getName() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getName() - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
getName() - Method in interface info.magnolia.ui.framework.tools.ToolDefinition
 
getNode() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getNodePath() - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
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
 
getOptions() - Method in class info.magnolia.ui.framework.field.nodetype.NodeTypeSelectFieldFactory
 
getParameter() - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
getParams() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getParent() - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
getParentReferences() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.AppContextReference
 
getParentReferences() - Method in interface info.magnolia.ui.framework.ioc.UiContextReference
Get all the ('broader') references that can be resolved from the current one.
getParentReferences() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.SubAppContextReference
 
getParentReferences() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.ViewContextReference
 
getPresenterClass() - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
getPresenterClass() - Method in interface info.magnolia.ui.framework.tools.ToolDefinition
 
getProceedLabel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getRelatedContextKey() - Method in class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent
 
getRelatedScopeAnnotation(boolean) - Method in interface info.magnolia.ui.framework.ioc.UiContextAnnotation
 
getScopeId() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.SubAppContextReference
 
getShell() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getShellAppLocation(String) - Method in interface info.magnolia.ui.framework.shell.ShellImpl.ShellAppLocationProvider
 
getShellAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getSimpleTranslator() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getSingleton(Class<T>) - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
getSortedItems(Comparator<JcrItemAdapter>) - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getStore() - Method in class info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent
 
getStream() - Method in class info.magnolia.ui.framework.util.TempFileStreamResource
 
getStreamResource(InputStream, String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryAction
Returns a downloadable DownloadStreamResource created from the supplied InputStream.
getStreamSource() - Method in class info.magnolia.ui.framework.util.TempFileStreamResource
 
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
 
getSuccessActionName() - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
Defines the success string to pass to the success callback when executed.
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
 
getTempFileOutputStream() - Method in class info.magnolia.ui.framework.util.TempFileStreamResource
 
getTools() - Method in class info.magnolia.ui.framework.tools.ConfiguredToolsSubAppDescriptor
 
getTools() - Method in interface info.magnolia.ui.framework.tools.ToolsSubAppDescriptor
 
getUiContext() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getUiContextReference() - Method in class info.magnolia.ui.framework.ioc.CurrentUiContextReference
 
getUiContextReference() - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
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
 
getView() - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
getWorkspace() - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
GROUP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
GuiceSpi - Class in info.magnolia.ui.framework.ioc
Utility class which helps to write a slightly more compact and modern-looking code when dealing with Guice SPI API's.
GuiceSpi() - Constructor for class info.magnolia.ui.framework.ioc.GuiceSpi
 
GuiceSpi.BindingVisitor<R> - Class in info.magnolia.ui.framework.ioc
Wraps DefaultBindingTargetVisitor class into a lambda-friendly fluent API.

H

handleFileEntry(ZipFile, ZipArchiveEntry) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
hashCode() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.UiContextReferenceImpl
 
hasInstanceOf(Class<T>) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
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.action.async - package info.magnolia.ui.framework.action.async
 
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.field.nodetype - package info.magnolia.ui.framework.field.nodetype
 
info.magnolia.ui.framework.i18n - package info.magnolia.ui.framework.i18n
 
info.magnolia.ui.framework.ioc - package info.magnolia.ui.framework.ioc
 
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
 
info.magnolia.ui.framework.tools - package info.magnolia.ui.framework.tools
 
info.magnolia.ui.framework.tools.jcr - package info.magnolia.ui.framework.tools.jcr
 
info.magnolia.ui.framework.util - package info.magnolia.ui.framework.util
 
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
 
inspect(Binding<?>) - Static method in class info.magnolia.ui.framework.ioc.GuiceSpi
Shortcut provider of GuiceSpi.BindingVisitor instance.
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.AcceptsClipboardContent
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.HasVersionsRule
 
isAvailableForItem(Object) - Method in class info.magnolia.ui.framework.availability.IsDefinitionRule
 
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.IsNotSystemProperty
 
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
 
isCallSuccess() - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
Defines whether the action will invoke the success callback when executed (or alternatively the cancel callback).
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
 
isDefaultLocale(Locale, Item) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
IsDefinitionRule - Class in info.magnolia.ui.framework.availability
This returns true if the item has DefinitionProvider.
IsDefinitionRule(RegistryFacade) - Constructor for class info.magnolia.ui.framework.availability.IsDefinitionRule
 
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
 
isGeneric() - Method in interface info.magnolia.ui.framework.ioc.UiContextAnnotation
Returns true if the binding annotation describes an unnamed generic context, like e.g.
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
 
IsNotSystemProperty - Class in info.magnolia.ui.framework.availability
IsNotSystemProperty rule verifies that the inspected property is not a system property (i.e.
IsNotSystemProperty() - Constructor for class info.magnolia.ui.framework.availability.IsNotSystemProperty
 
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
 
isValid() - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
isValidationEnabled() - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
Defines whether validation should be performed before invoking the callback.
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
 
items - Variable in class info.magnolia.ui.framework.action.DeleteAction
 

J

JcrNodeFormSaveAction - Class in info.magnolia.ui.framework.tools.jcr
An action to save a jcr node which is bound to a JcrNodeFormToolPresenter.
JcrNodeFormSaveAction(UiContext, ActionDefinition, JcrNodeAdapter, EditorValidator) - Constructor for class info.magnolia.ui.framework.tools.jcr.JcrNodeFormSaveAction
 
JcrNodeFormToolDefinition - Class in info.magnolia.ui.framework.tools.jcr
Default implementation for JcrNodeFormToolDefinition.
JcrNodeFormToolDefinition() - Constructor for class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
JcrNodeFormToolPresenter - Class in info.magnolia.ui.framework.tools.jcr
A FormToolPresenter to edit or create a jcr node in a tools sub-app, configure it via JcrNodeFormToolDefinition.
JcrNodeFormToolPresenter(FormToolView, FormBuilder, FormToolActionExecutor, Provider<Context>) - Constructor for class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolPresenter
 
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
 

K

keysFor(List<String>, ToolDefinition, AnnotatedElement) - Method in class info.magnolia.ui.framework.tools.ToolDefinitionKeyGenerator
 

L

LocalMessageDispatcher - Class in info.magnolia.ui.framework.message
Dispatches events on an EventBus for a certain user.
LocalMessageDispatcher(EventBus, UI) - Constructor for class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
LocalMessageDispatcher(EventBus, VaadinSession) - Constructor for class info.magnolia.ui.framework.message.LocalMessageDispatcher
Deprecated.
LocalTaskDispatcher - Class in info.magnolia.ui.framework.task
Dispatches Task events on an EventBus for a certain user.
LocalTaskDispatcher(EventBus, UI, Context, ComponentProvider) - Constructor for class info.magnolia.ui.framework.task.LocalTaskDispatcher
 
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
 
LONG_RUNNING_ACTION_NOTIFICATION - Static variable in class info.magnolia.ui.framework.action.AbstractCommandAction
 

M

MagnoliaUiGuiceComponentProviderFactory - Class in info.magnolia.ui.framework.ioc
Decorates the GuiceComponentConfigurationModule with several necessary workarounds and adds UiBaseModule to the pile.
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
Will display: VersionNumber (Date) (User: Comment), i.e.
MESSAGE_FORMAT_VERSION_OPTION_LABEL_NO_COMMENT - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
Will display: VersionNumber (Date) (User), i.e.
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
 
newInstance(Class<T>, Object...) - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
newInstanceWithParameterResolvers(Class<T>, ParameterResolver...) - Method in class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
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.
NodeTypeSelectFieldDefinition - Class in info.magnolia.ui.framework.field.nodetype
JCR node-types select field definition, allows for setting a default pre-selected node type (by default it is mgnl:content).
NodeTypeSelectFieldDefinition() - Constructor for class info.magnolia.ui.framework.field.nodetype.NodeTypeSelectFieldDefinition
 
NodeTypeSelectFieldFactory - Class in info.magnolia.ui.framework.field.nodetype
NodeTypeSelectFieldFactory produces a drop-down select field with all the available primary node types available via NodeTypeManager.
NodeTypeSelectFieldFactory(NodeTypeSelectFieldDefinition, Item, UiContext, I18NAuthoringSupport, Context) - Constructor for class info.magnolia.ui.framework.field.nodetype.NodeTypeSelectFieldFactory
 
NodeTypeSelectFieldFactory(NodeTypeSelectFieldDefinition, Item, Context) - Constructor for class info.magnolia.ui.framework.field.nodetype.NodeTypeSelectFieldFactory

O

ofApp(AppContext) - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
Creates a UI context reference bound to a concrete instance of an app.
ofCurrentUi() - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
ofSubApp(SubAppContext) - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
Creates a UI context reference bound to a concrete instance of a sub-app.
ofUi(UI) - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
ofView(String, UiContextReference) - Static method in interface info.magnolia.ui.framework.ioc.UiContextReference
 
onActionFired(String, Object...) - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
onBeanStoreCreated(BeanStoreLifecycleEvent.Create) - Method in interface info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Create.Handler
 
onBeanStoreDestroyed(BeanStoreLifecycleEvent.Destroy) - Method in interface info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.Destroy.Handler
 
onBeforeBeanStoreDestroy(BeanStoreLifecycleEvent.BeforeDestroy) - Method in interface info.magnolia.ui.framework.ioc.BeanStoreLifecycleEvent.BeforeDestroy.Handler
 
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.ExportAction
 
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
 
onLinkedBinding(Function<LinkedKeyBinding, R>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
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 file 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 FileInputStream that ensure that this temporary file is removed once the
fileInputStream is closed by Vaadin resource component.
onPostExecute() - Method in class info.magnolia.ui.framework.action.ExportYamlAction
 
onPreExecute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Pre Command Execution.
onPreExecute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
onPreExecute() - Method in class info.magnolia.ui.framework.action.ExportAction
 
onPreExecute() - Method in class info.magnolia.ui.framework.action.ExportYamlAction
 
onProviderInstanceBinding(Function<ProviderInstanceBinding, R>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
onProviderKeyBinding(Function<ProviderKeyBinding, R>) - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 
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.
onSubAppStart() - Method in class info.magnolia.ui.framework.tools.ToolsSubApp
 
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
 
OpenExportDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for exporting a node in a tree.
OpenExportDialogAction(OpenExportDialogActionDefinition, JcrNodeAdapter, FormDialogPresenterFactory, UiContext, EventBus, ContentConnector, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.OpenExportDialogAction
 
OpenExportDialogActionDefinition - Class in info.magnolia.ui.framework.action
Defines a dialog action that opens a dialog for exporting a node.
OpenExportDialogActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenExportDialogActionDefinition
 
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

PARALLEL_EXECUTION_NOT_ALLOWED_NOTIFICATION - Static variable in class info.magnolia.ui.framework.action.AbstractCommandAction
 
ParallelExecutionException(Exception) - Constructor for exception info.magnolia.ui.framework.action.async.AsyncActionExecutor.ParallelExecutionException
 
paste(T) - Method in interface info.magnolia.ui.framework.ContentClipboard
Paste objects into the clipboard under the provided object.
pushToClient() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
put(Key<?>, Object) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 
put(Class<?>, Object) - Method in class info.magnolia.ui.framework.ioc.BeanStore
 

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
 
releaseBeanStore(UiContextReference) - Method in class info.magnolia.ui.framework.ioc.SessionStore
Clears a bean store which corresponds to a ui context and removes it.
RemoveFieldTypeDefinitionsFromJcrTask - Class in info.magnolia.ui.framework.setup
Task that removes specified JCR field type definitions from a module.
RemoveFieldTypeDefinitionsFromJcrTask(String, Map<String, String>) - Constructor for class info.magnolia.ui.framework.setup.RemoveFieldTypeDefinitionsFromJcrTask
 
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
 
resolveScope(Binding<?>) - Static method in class info.magnolia.ui.framework.ioc.GuiceSpi
Resolves the scoping information of the binding.

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
 
SessionStore - Class in info.magnolia.ui.framework.ioc
Provides access to VaadinSession as if it was a key-value store where the key would be a UiContextReference and the value would be BeanStore (stores the scoped beans and provides access to them).
SessionStore(VaadinSession, EventBus) - Constructor for class info.magnolia.ui.framework.ioc.SessionStore
 
setAccessDefinition(AccessDefinition) - Method in class info.magnolia.ui.framework.availability.shorthandrules.AccessGrantedRule
 
setActions(Map<String, ActionDefinition>) - Method in class info.magnolia.ui.framework.tools.ConfiguredFormToolDefinition
 
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.
setBaseName(String) - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
setBinaryNodeName(String) - Method in class info.magnolia.ui.framework.action.DownloadBinaryActionDefinition
 
setCallSuccess(boolean) - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
 
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
 
setDescription(String) - Method in class info.magnolia.ui.framework.tools.ConfiguredToolsSubAppDescriptor
 
setDescription(String) - Method in interface info.magnolia.ui.framework.tools.ToolsSubAppView
 
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
 
setForm(FormDefinition) - Method in class info.magnolia.ui.framework.tools.ConfiguredFormToolDefinition
 
setForm(FormViewReduced) - Method in class info.magnolia.ui.framework.tools.DefaultFormToolView
 
setForm(FormViewReduced) - Method in interface info.magnolia.ui.framework.tools.FormToolView
 
setFormToolDefinition(FormToolDefinition) - Method in class info.magnolia.ui.framework.tools.FormToolActionExecutor
 
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
 
setLabel(String) - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
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
 
setName(String) - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
setNodeName(JcrNodeAdapter, JcrNodeAdapter) - Method in class info.magnolia.ui.framework.action.ZipUploadDialogAction
Deprecated.
since 5.4.13 - use ZipUploadDialogAction.getZipFolderName(JcrNodeAdapter) and AbstractJcrNodeAdapter.setNodeName(String) instead.
setNodePath(String) - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
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
 
setNodeType(String) - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
setNodeTypes(Collection<String>) - Method in class info.magnolia.ui.framework.availability.shorthandrules.JcrNodeTypesAllowedRule
 
setParameter(String) - Method in class info.magnolia.ui.framework.action.OpenLocationActionDefinition
 
setPresenterClass(Class<? extends ToolPresenter>) - Method in class info.magnolia.ui.framework.tools.ConfiguredToolDefinition
 
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
 
setStickerView(View) - 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
 
setSuccessActionName(String) - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
 
setTempFileExtension(String) - Method in class info.magnolia.ui.framework.util.TempFileStreamResource
 
setTempFileName(String) - Method in class info.magnolia.ui.framework.util.TempFileStreamResource
 
setTheme(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setTools(Map<String, ToolDefinition>) - Method in class info.magnolia.ui.framework.tools.ConfiguredToolsSubAppDescriptor
 
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
 
setValidationEnabled(boolean) - Method in class info.magnolia.ui.framework.action.EditorCallbackActionDefinition
 
setViewport(Viewport) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
setWorkspace(String) - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolDefinition
 
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
 
showValidation(boolean) - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
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(FormToolDefinition) - Method in class info.magnolia.ui.framework.tools.FormToolPresenter
 
start(FormToolDefinition) - Method in class info.magnolia.ui.framework.tools.jcr.JcrNodeFormToolPresenter
 
start(D) - Method in interface info.magnolia.ui.framework.tools.ToolPresenter
 
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.
SystemMessage() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 

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
 
TempFileStreamResource - Class in info.magnolia.ui.framework.util
StreamSource version which organises streaming via a temporary file.
TempFileStreamResource(String) - Constructor for class info.magnolia.ui.framework.util.TempFileStreamResource
 
TempFileStreamResource() - Constructor for class info.magnolia.ui.framework.util.TempFileStreamResource
 
TIME_OFFSET_IN_HOURS - Static variable in class info.magnolia.ui.framework.command.CleanTempFilesCommand
 
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
 
ToolDefinition - Interface in info.magnolia.ui.framework.tools
Define a tool.
ToolDefinitionKeyGenerator - Class in info.magnolia.ui.framework.tools
An I18n key generator for the tool (labels, descriptions).
ToolDefinitionKeyGenerator() - Constructor for class info.magnolia.ui.framework.tools.ToolDefinitionKeyGenerator
 
ToolPresenter<D extends ToolDefinition,V extends info.magnolia.ui.api.view.View> - Interface in info.magnolia.ui.framework.tools
A ToolPresenter consumes a ToolDefinition and presents an arbitrary View in return.
ToolsSubApp - Class in info.magnolia.ui.framework.tools
Implementation of a subApp with several tools.
ToolsSubApp(SubAppContext, ToolsSubAppView, ComponentProvider) - Constructor for class info.magnolia.ui.framework.tools.ToolsSubApp
 
ToolsSubAppDescriptor - Interface in info.magnolia.ui.framework.tools
Define a supApp with several tools.
ToolsSubAppView - Interface in info.magnolia.ui.framework.tools
Represents view for several tools in a subApp.
ToolsSubAppViewImpl - Class in info.magnolia.ui.framework.tools
Default implementation for ToolsSubAppView.
ToolsSubAppViewImpl() - Constructor for class info.magnolia.ui.framework.tools.ToolsSubAppViewImpl
 
toString() - Method in class info.magnolia.ui.framework.ioc.UiContextReference.UiContextReferenceImpl
 
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class info.magnolia.ui.framework.action.async.DefaultAsyncActionExecutor.CommandActionTriggerListener
 

U

UiAnnotations - Class in info.magnolia.ui.framework.ioc
Utility class which is capable of converting string identifiers into Magnolia UI binding annotations.
UiBaseModule - Class in info.magnolia.ui.framework.ioc
Guice module which pre-configures some essential Magnolia UI components like event-buses, UI contexts, Vaadin core components.
UiBaseModule(EventBus) - Constructor for class info.magnolia.ui.framework.ioc.UiBaseModule
 
UiComponentConfigurationAggregator - Class in info.magnolia.ui.framework.ioc
Accumulate all the UI-related components in one ComponentProviderConfiguration.
UiComponentConfigurationAggregator(ModuleRegistry, AppDescriptorRegistry) - Constructor for class info.magnolia.ui.framework.ioc.UiComponentConfigurationAggregator
 
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
 
UiContextAnnotation - Interface in info.magnolia.ui.framework.ioc
Interface implemented by the Magnolia UI-specific binding annotations.
UiContextBoundComponentProvider - Class in info.magnolia.ui.framework.ioc
Lightweight ComponentProvider implementation for UI components which conducts provisioning by delegating it to the only UI Guice instance via a GuiceComponentProvider associated with it.
UiContextBoundComponentProvider(UiContextReference) - Constructor for class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
UiContextBoundComponentProvider(UiContextReference, GuiceComponentProvider, CurrentUiContextReference) - Constructor for class info.magnolia.ui.framework.ioc.UiContextBoundComponentProvider
 
UiContextReference - Interface in info.magnolia.ui.framework.ioc
A simple abstraction for the UI context identification.
UiContextReference.AppContextReference - Class in info.magnolia.ui.framework.ioc
App specific UI context reference.
UiContextReference.SubAppContextReference - Class in info.magnolia.ui.framework.ioc
Sub-app specific UI context reference.
UiContextReference.UiContextReferenceImpl - Class in info.magnolia.ui.framework.ioc
Base UiContextReference implementation.
UiContextReference.ViewContextReference - Class in info.magnolia.ui.framework.ioc
View-specific UI context reference implementation.
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

validateForm() - Method in class info.magnolia.ui.framework.action.EditorCallbackAction
 
validators - Variable in class info.magnolia.ui.framework.config.UiConfig
 
valueOf(String) - Static method in enum info.magnolia.ui.framework.action.ZipUploadDialogAction.ExtractLocation
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.magnolia.ui.framework.action.ZipUploadDialogAction.ExtractLocation
Returns an array containing the constants of this enum type, in the order they are declared.
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
 
visit() - Method in class info.magnolia.ui.framework.ioc.GuiceSpi.BindingVisitor
 

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, NodeNameHelper, EventBus) - Constructor for class info.magnolia.ui.framework.action.ZipUploadDialogAction
 
ZipUploadDialogAction(T, CommandsManager, EditorValidator, EditorCallback, Item) - Constructor for class info.magnolia.ui.framework.action.ZipUploadDialogAction
ZipUploadDialogAction.ExtractLocation - Enum in info.magnolia.ui.framework.action
Possible extract locations.
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

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