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

A

AbstractCommandAction<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action
Base action supporting execution of commands.
AbstractCommandAction(D, JcrItemAdapter, CommandsManager, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction
 
AbstractCommandAction(D, List<JcrItemAdapter>, CommandsManager, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.AbstractCommandAction
 
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
 
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
 
ActivationActionDefinition - Class in info.magnolia.ui.framework.action
Activation action definition.
ActivationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ActivationActionDefinition
 
AddFolderActionDefinition - Class in info.magnolia.ui.framework.action
Used for configuring a AddNodeAction that creates a folder.
AddFolderActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddFolderActionDefinition
 
addFragmentChangedHandler(FragmentChangedHandler) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
AddNodeAction - Class in info.magnolia.ui.framework.action
Action for adding a new node.
AddNodeAction(AddNodeActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.AddNodeAction
 
AddNodeActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a AddNodeAction.
AddNodeActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
AddPropertyAction - Class in info.magnolia.ui.framework.action
Action for adding a new property.
AddPropertyAction(AddPropertyActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.AddPropertyAction
 
AddPropertyActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a AddPropertyAction.
AddPropertyActionDefinition() - Constructor for class info.magnolia.ui.framework.action.AddPropertyActionDefinition
 
addSubAppView(View, String, boolean) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
AdmincentralNodeTypes - Class in info.magnolia.ui.framework
Constants and convenience methods for node types introduced by Admincentral.
AdmincentralNodeTypes() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes
 
AdmincentralNodeTypes.Favorite - Class in info.magnolia.ui.framework
Represents the node type mgnl:favorite.
AdmincentralNodeTypes.Favorite() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
AdmincentralNodeTypes.FavoriteGroup - Class in info.magnolia.ui.framework
Represents the node type mgnl:favoriteGroup.
AdmincentralNodeTypes.FavoriteGroup() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.FavoriteGroup
 
AdmincentralNodeTypes.SystemMessage - Class in info.magnolia.ui.framework
Represents the node type mgnl:systemMessage.
AdmincentralNodeTypes.SystemMessage() - Constructor for class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
appContext - Variable in class info.magnolia.ui.framework.app.BaseApp
 
AppControllerImpl - Class in info.magnolia.ui.framework.app
Implementation of the AppController.
AppControllerImpl(ModuleRegistry, ComponentProvider, AppDescriptorRegistry, LocationController, EventBus, MessagesManager, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.app.AppControllerImpl
 
AppInstanceControllerImpl - Class in info.magnolia.ui.framework.app
Implements both - the controlling of an app instance as well as the housekeeping of the context for an app.
AppInstanceControllerImpl(ModuleRegistry, AppController, LocationController, Shell, MessagesManager, AppDescriptor, AppLauncherLayoutManager, SystemMonitor, I18nizer, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
askForConfirmation(String, ConfirmationHandler) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 
asVaadinComponent() - Method in class info.magnolia.ui.framework.overlay.ViewAdapter
 

B

BACKSLASH_DUMMY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
BaseApp - Class in info.magnolia.ui.framework.app
Basic app implementation with default behavior suitable for most apps.
BaseApp(AppContext, AppView) - Constructor for class info.magnolia.ui.framework.app.BaseApp
 
BaseSubApp<V extends info.magnolia.ui.api.view.View> - Class in info.magnolia.ui.framework.app
Basic implementation of a subApp with default behavior suitable for most sub apps.
BaseSubApp(SubAppContext, V) - Constructor for class info.magnolia.ui.framework.app.BaseSubApp
 
BOOKMARKS_PATH - Static variable in class info.magnolia.ui.framework.favorite.FavoriteStore
 
broadcastMessage(Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
broadcastMessage(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Sends a message to all users.
broadcastMessage(Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
buildNewComponentDialog() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Builds a map of parameters which will be passed to the current command for execution.
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.ExportAction
 
buildParams(Item) - Method in class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
Override the buildParams(..).

C

CLEARED - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
clearMessage(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Marks a message as cleared.
clearMessage(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
close() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
closeSubApp(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Used to close a running subApp from server side.
closeSubAppView(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
COMMAND_RESULT - Static variable in class info.magnolia.ui.framework.action.AbstractCommandAction
 
ConfirmationAction - Class in info.magnolia.ui.framework.action
Configurable confirmation action.
ConfirmationAction(ConfirmationActionDefinition, JcrItemAdapter, UiContext, ActionExecutor, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.ConfirmationAction
 
ConfirmationAction(ConfirmationActionDefinition, List<JcrItemAdapter>, UiContext, ActionExecutor, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.ConfirmationAction
 
ConfirmationActionDefinition - Class in info.magnolia.ui.framework.action
Definition for ConfirmationAction.
ConfirmationActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
context - Variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
createI18NURI(Node, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 

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
 
DefaultAppView - Class in info.magnolia.ui.framework.app
View used to give all apps a uniform look-and-feel.
DefaultAppView() - Constructor for class info.magnolia.ui.framework.app.DefaultAppView
 
DefaultI18NAuthoringSupport - Class in info.magnolia.ui.framework.i18n
Default implementation of I18NAuthoringSupport.
DefaultI18NAuthoringSupport() - Constructor for class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
DefaultLocationHistoryMapper - Class in info.magnolia.ui.framework.app
LocationHistoryMapper that creates locations for all apps and shell apps.
DefaultLocationHistoryMapper(AppLauncherLayoutManager) - Constructor for class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
DeleteAction<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.ui.framework.action
Deletes a node from the repository using the delete command.
DeleteAction(D, JcrItemAdapter, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteAction
 
DeleteAction(D, List<JcrItemAdapter>, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteAction
 
DeleteActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DeleteAction.
DeleteActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeleteActionDefinition
 
DeleteItemAction - Class in info.magnolia.ui.framework.action
Deletes a node or property from the repository.
DeleteItemAction(DeleteItemActionDefinition, JcrItemAdapter, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteItemAction
 
DeleteItemAction(DeleteItemActionDefinition, List<JcrItemAdapter>, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.DeleteItemAction
 
DeleteItemActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DeleteItemAction.
DeleteItemActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DeleteItemActionDefinition
 
dialogs - Variable in class info.magnolia.ui.framework.config.UiConfig
 
dispatch(MessageEventHandler) - Method in class info.magnolia.ui.framework.message.MessageEvent
 
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.
DuplicateNodeAction - Class in info.magnolia.ui.framework.action
Action that creates a new node by duplicating an existing one.
DuplicateNodeAction(DuplicateNodeActionDefinition, JcrItemAdapter, EventBus) - Constructor for class info.magnolia.ui.framework.action.DuplicateNodeAction
 
DuplicateNodeActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a DuplicateNodeAction.
DuplicateNodeActionDefinition() - Constructor for class info.magnolia.ui.framework.action.DuplicateNodeActionDefinition
 

E

EmbeddedPageSubApp - Class in info.magnolia.ui.framework.app.embedded
Sub app for the main tab in an embedded page app.
EmbeddedPageSubApp(SubAppContext, EmbeddedPageView) - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
 
EmbeddedPageSubAppDescriptor - Class in info.magnolia.ui.framework.app.embedded
Allows to specify the url to an html page to be embedded in an iframe.
EmbeddedPageSubAppDescriptor() - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
EmbeddedPageView - Interface in info.magnolia.ui.framework.app.embedded
View interface for the embedded page's App view.
EmbeddedPageViewImpl - Class in info.magnolia.ui.framework.app.embedded
View implementation for an embedded page app.
EmbeddedPageViewImpl() - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 
EmbeddedPageViewImpl(AppContext) - Constructor for class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
Deprecated. 
ENCODING_PROPERTY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
enterFullScreenMode() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
eventBus - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
execute() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
execute() - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
Executes the defined action on the passed in item.
execute() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
execute() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
execute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
execute() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
execute() - Method in class info.magnolia.ui.framework.action.OpenEditDialogAction
 
execute() - Method in class info.magnolia.ui.framework.action.ZipUploadDialogAction
 
execute(Context) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
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.DeleteItemAction
 
exitFullScreenMode() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
ExportAction - Class in info.magnolia.ui.framework.action
Action for exporting a node to XML format.
ExportAction(ExportActionDefinition, JcrItemAdapter, CommandsManager, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.ExportAction
 
ExportActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure an ExportAction.
ExportActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ExportActionDefinition
 

F

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

G

getActionDefinition(String) - Method in class info.magnolia.ui.framework.app.SubAppActionExecutor
 
getActiveSubAppContext() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getActiveSubAppView() - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
getApp() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getAppContext() - Method in class info.magnolia.ui.framework.app.BaseApp
 
getAppContext() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getAppContext() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getAppDescriptor() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getAppLocation(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Returns the current location of a running app instance or null, if it is not running.
getAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getAvailableLocales(Node) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
Returns the available locales for the given page, area or component node.
getAvailableVersionInfoList() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBeanItemClass() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getBookmarkRoot() - Method in class info.magnolia.ui.framework.favorite.FavoriteStore
Get the bookmark root - create it if it's not yet around.
getCancelActionName() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCancelLabel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCaption() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This method will try to determine the current sub app caption, the one usually displayed in the tab where the subapp opens.
getCommand() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getCommandsManager() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getConfirmationHeader() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getConfirmationHeader() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getConfirmationMessage() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getConfirmationMessage() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getCurrentApp() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
getCurrentAppLocation() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Returns the current location of the focused app.
getCurrentItem() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Returns the item that is currently being processed - i.e.
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getCurrentLocation() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getDefaultLocation() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getDefaultSubAppDescriptor() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getDialogName() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
getDialogName() - Method in class info.magnolia.ui.framework.action.OpenEditDialogActionDefinition
 
getEditorCallback() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getEncoding() - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
getErrorMessage() - Method in class info.magnolia.ui.framework.action.ActivationAction
 
getErrorNotification() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
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.
getFragment(Location) - Method in class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
getFragment() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getInputStream() - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
getInstanceId() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getItem() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getItem() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getItemComparator() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Create a Comparator used to sort JcrItemAdapter.
getItems() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getLabel() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getListOfItemPaths() - Method in class info.magnolia.ui.framework.action.ConfirmationAction
 
getLocation() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getLocation(String) - Method in class info.magnolia.ui.framework.app.DefaultLocationHistoryMapper
 
getLocation() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getMagnoliaShell() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getMessage(boolean) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
getMessage() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
getMessageById(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns a message.
getMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getMessagesForUser(String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Returns all messages kept for a specific user.
getMessagesForUser(String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
getName() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getNode() - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getNodeType() - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
getNodeType() - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
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
 
getParams() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getProceedLabel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getShellAppLocation(String) - Method in interface info.magnolia.ui.framework.shell.ShellImpl.ShellAppLocationProvider
 
getShellAppViewport() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
getSortedItems(Comparator<JcrItemAdapter>) - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getSubApp() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppContext() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getSubAppDescriptor() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppId() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
getSubAppId() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
getSubAppViewContainer(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
getSuccessActionName() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
Returns the message to display, if the execution succeeds on ALL items.
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
getSuccessMessage() - Method in class info.magnolia.ui.framework.action.DeleteItemAction
 
getUiContext() - Method in class info.magnolia.ui.framework.action.AbstractMultiItemAction
 
getUniqueNewItemName(Node) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
getUniqueNewItemName(Node, String) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
getUrl() - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
getVersionLabel(VersionInfo) - Method in class info.magnolia.ui.framework.action.AbstractVersionAction
 
getView() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
getView() - Method in class info.magnolia.ui.framework.app.BaseApp
 
getView() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
GROUP - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

H

handleFileEntry(ZipFile, ZipArchiveEntry) - Method in class info.magnolia.ui.framework.command.ImportZipCommand
 
hideAllMessages() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 

I

i18nize(HasComponents, Locale) - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
ICON - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 
ID - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
ImportZipCommand - Class in info.magnolia.ui.framework.command
Imports ZIP archive contents into JCR repository.
ImportZipCommand(SimpleTranslator) - Constructor for class info.magnolia.ui.framework.command.ImportZipCommand
 
info.magnolia.ui.framework - package info.magnolia.ui.framework
 
info.magnolia.ui.framework.action - package info.magnolia.ui.framework.action
 
info.magnolia.ui.framework.app - package info.magnolia.ui.framework.app
 
info.magnolia.ui.framework.app.embedded - package info.magnolia.ui.framework.app.embedded
 
info.magnolia.ui.framework.command - package info.magnolia.ui.framework.command
 
info.magnolia.ui.framework.config - package info.magnolia.ui.framework.config
 
info.magnolia.ui.framework.context - package info.magnolia.ui.framework.context
 
info.magnolia.ui.framework.favorite - package info.magnolia.ui.framework.favorite
 
info.magnolia.ui.framework.i18n - package info.magnolia.ui.framework.i18n
 
info.magnolia.ui.framework.message - package info.magnolia.ui.framework.message
 
info.magnolia.ui.framework.overlay - package info.magnolia.ui.framework.overlay
 
info.magnolia.ui.framework.setup - package info.magnolia.ui.framework.setup
 
info.magnolia.ui.framework.shell - package info.magnolia.ui.framework.shell
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
initializeOverlayPresenter() - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
isAppStarted(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
isCleared() - Method in class info.magnolia.ui.framework.message.MessageEvent
 
isCloseable() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
isDefaultCancel() - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
isEnabled() - Method in class info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
 
isRecursive() - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
item - Variable in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 

J

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

L

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

M

map2node(Node, Map<String, Object>) - Static method in class info.magnolia.ui.framework.message.Node2MapUtil
Stores the content of map to the node.
MarkNodeAsDeletedAction - Class in info.magnolia.ui.framework.action
Mark node as Deleted Action.
MarkNodeAsDeletedAction(MarkNodeAsDeletedActionDefinition, JcrItemAdapter, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
 
MarkNodeAsDeletedAction(MarkNodeAsDeletedActionDefinition, List<JcrItemAdapter>, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedAction
 
MarkNodeAsDeletedActionDefinition - Class in info.magnolia.ui.framework.action
Used to configure a MarkNodeAsDeletedAction.
MarkNodeAsDeletedActionDefinition() - Constructor for class info.magnolia.ui.framework.action.MarkNodeAsDeletedActionDefinition
 
mayStop() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
MESSAGE - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
MESSAGE_FORMAT_VERSION_OPTION_LABEL - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
Label format for versions.
MESSAGE_FORMAT_VERSION_OPTION_LABEL_NO_COMMENT - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
messageCleared(Message) - Method in class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
messageCleared(MessageEvent) - Method in interface info.magnolia.ui.framework.message.MessageEventHandler
 
messageCleared(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager.MessageListener
 
messageCleared(MessageEvent) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
MessageEvent - Class in info.magnolia.ui.framework.message
Message event.
MessageEvent(Message, boolean) - Constructor for class info.magnolia.ui.framework.message.MessageEvent
 
MessageEventHandler - Interface in info.magnolia.ui.framework.message
Handler of {link MessageEvent.
messageSent(Message) - Method in class info.magnolia.ui.framework.message.LocalMessageDispatcher
 
messageSent(MessageEvent) - Method in interface info.magnolia.ui.framework.message.MessageEventHandler
 
messageSent(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager.MessageListener
 
messageSent(MessageEvent) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
MessagesManager - Interface in info.magnolia.ui.framework.message
Manages users messages.
MessagesManager.MessageListener - Interface in info.magnolia.ui.framework.message
MessageListener.
MessagesManagerImpl - Class in info.magnolia.ui.framework.message
Implementation of MessagesManager.
MessagesManagerImpl(Provider<SecuritySupport>, MessageStore) - Constructor for class info.magnolia.ui.framework.message.MessagesManagerImpl
 
MessageStore - Class in info.magnolia.ui.framework.message
Stores messages on behalf of MessagesManager in the repository, every user in the system has its own set of messages that have ids unique in combination with their userid.
MessageStore() - Constructor for class info.magnolia.ui.framework.message.MessageStore
 
MESSAGETYPE - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
MoveLocation - Enum in info.magnolia.ui.framework.action
Type of move operation performed on the nodes.

N

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

O

onClose(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
onError(Exception) - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Class that implement CommansActionBase should use this in order to perform tasks or notification in case of error.
onError(Exception) - Method in class info.magnolia.ui.framework.action.ActivationAction
 
onError(Exception) - Method in class info.magnolia.ui.framework.action.ConfirmationAction
Class that implement CommansActionBase should use this in order to perform tasks or notification in case of error.
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AddNodeAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.AddPropertyAction
 
onExecute(JcrItemAdapter) - Method in class info.magnolia.ui.framework.action.DuplicateNodeAction
 
onFocus(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
onLocationChanged(LocationChangedEvent) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Takes care of LocationChangedEvents by: Obtaining the AppDescriptor associated with the Location.
onLocationChangeRequested(LocationChangeRequestedEvent) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
onLocationUpdate(Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Called when a location change occurs and the app is already running.
onPostExecute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Post Command Execution.
onPostExecute() - Method in class info.magnolia.ui.framework.action.ActivationAction
 
onPostExecute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
onPostExecute() - Method in class info.magnolia.ui.framework.action.ExportAction
After command execution we push the created XML to the client browser.
onPreExecute() - Method in class info.magnolia.ui.framework.action.AbstractCommandAction
Pre Command Execution.
onPreExecute() - Method in class info.magnolia.ui.framework.action.DeleteAction
 
onSubAppStart() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This hook-up method is called on BaseSubApp.start(info.magnolia.ui.api.location.Location) and enables subclasses to perform additional work before the view is displayed.
onSubAppStop() - Method in class info.magnolia.ui.framework.app.BaseSubApp
This hook-up method is called on BaseSubApp.stop() and enables subclasses to perform additional work when stopping the subApp.
openAlert(MessageStyleType, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openAlert(MessageStyleType, String, String, String, AlertCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openAlert(MessageStyleType, View, String, AlertCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Open alert dialog with light modality level.
openAlert(MessageStyleType, String, String, String, AlertCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Convenience method with string content. for opening an alert.
openChooseDialog(String, UiContext, String, ChooseDialogCallback) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
openChooseDialog(UiContext, 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, View, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Present modal confirmation dialog with light modality level.
openConfirmation(MessageStyleType, String, String, String, String, boolean, ConfirmationCallback) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Present modal confirmation dialog with light modality level.
OpenCreateDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for creating a new node in a tree.
OpenCreateDialogAction(OpenCreateDialogActionDefinition, AbstractJcrNodeAdapter, FormDialogPresenterFactory, UiContext, EventBus) - Constructor for class info.magnolia.ui.framework.action.OpenCreateDialogAction
 
OpenCreateDialogActionDefinition - Class in info.magnolia.ui.framework.action
Defines a dialog action that opens a dialog for adding a new node.
OpenCreateDialogActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
OpenEditDialogAction - Class in info.magnolia.ui.framework.action
Opens a dialog for editing a node.
OpenEditDialogAction(OpenEditDialogActionDefinition, JcrItemAdapter, FormDialogPresenterFactory, UiContext, EventBus) - Constructor for class info.magnolia.ui.framework.action.OpenEditDialogAction
 
OpenEditDialogActionDefinition - Class in info.magnolia.ui.framework.action
Defines an action for opening a dialog for editing a node.
OpenEditDialogActionDefinition() - Constructor for class info.magnolia.ui.framework.action.OpenEditDialogActionDefinition
 
openFileInBlankWindow(String, String) - Method in class info.magnolia.ui.framework.action.ExportAction
 
openNotification(MessageStyleType, boolean, View) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openNotification(MessageStyleType, boolean, String) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openNotification(MessageStyleType, boolean, String, String, NotificationCallback) - Method in class info.magnolia.ui.framework.context.AbstractUIContext
 
openNotification(MessageStyleType, boolean, View) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Present notification indicator with no modality.
openNotification(MessageStyleType, boolean, String) - Method in class info.magnolia.ui.framework.overlay.OverlayPresenter
Convenience method for presenting notification indicator with string content.
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
Convenience method to open an overlay with the 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
 
OverlayPresenter - Class in info.magnolia.ui.framework.overlay
Provides implementations for most OverlayLayer methods.
OverlayPresenter() - Constructor for class info.magnolia.ui.framework.overlay.OverlayPresenter
 

P

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

R

registerApps(List<String>) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
registerMessagesListener(String, MessagesManager.MessageListener) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Beware: this method is for registering message listeners and should only be used by the entry point of our application AdmincentralUI where we register a dispatcher.
registerMessagesListener(String, MessagesManager.MessageListener) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
registerShellApp(ShellAppType, Component) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
removeMessage(String, String) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
removeMessage(String, String) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
removeMessageById(String, String) - Method in class info.magnolia.ui.framework.message.MessageStore
 
ReplaceMultiLinkFieldDefinitionTask - Class in info.magnolia.ui.framework.setup
Replace the 5.0 MultiLinkFieldDefinition by a MultiValueFieldDefinition.
ReplaceMultiLinkFieldDefinitionTask(String, String, String, String) - Constructor for class info.magnolia.ui.framework.setup.ReplaceMultiLinkFieldDefinitionTask
 
ReplaceSaveModeTypeFieldDefinitionTask - Class in info.magnolia.ui.framework.setup
Rename or remove the 5.0 node field definition 'saveModeType'.
ReplaceSaveModeTypeFieldDefinitionTask(String, String, String, String) - Constructor for class info.magnolia.ui.framework.setup.ReplaceSaveModeTypeFieldDefinitionTask
 

S

saveMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessageStore
Stores a new message or overwrites an existing one depending on whether there's an id set.
SENDER - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
sendGroupMessage(String, Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
sendGroupMessage(String, Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to a specific group.
sendGroupMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendLocalMessage(Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
sendLocalMessage(Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to the current user.
sendLocalMessage(Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendMessage(String, Message) - Method in interface info.magnolia.ui.framework.message.MessagesManager
Send message to a specific user.
sendMessage(String, Message) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
sendUserMessage(String, Message) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setActiveSubAppView(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setApp(App) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setAppComponentProvider(ComponentProvider) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
setAppContext(AppContext) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setAppLogo(String, String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setAppName(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setCancelActionName(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setCancelLabel(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setConfirmationHeader(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setConfirmationMessage(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
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. only the AbstractCommandAction.onPreExecute() so the current item hasn't been set.
setDefaultCancel(boolean) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
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
 
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(String) - Method in class info.magnolia.ui.framework.action.AbstractRepositoryAction
 
setListener(AppView.Listener) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setLocation(Location) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.AddNodeActionDefinition
 
setNodeType(String) - Method in class info.magnolia.ui.framework.action.OpenCreateDialogActionDefinition
 
setProceedLabel(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setRecursive(boolean) - Method in class info.magnolia.ui.framework.action.ActivationActionDefinition
 
setShellAppLocationProvider(ShellImpl.ShellAppLocationProvider) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setSubApp(SubApp) - Method in class info.magnolia.ui.framework.app.SubAppContextImpl
 
setSuccessActionName(String) - Method in class info.magnolia.ui.framework.action.ConfirmationActionDefinition
 
setTheme(String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
setUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubAppDescriptor
 
setUrl(String) - Method in interface info.magnolia.ui.framework.app.embedded.EmbeddedPageView
 
setUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageViewImpl
 
setUserMenu(View) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
setViewport(Viewport) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
ShellImpl - Class in info.magnolia.ui.framework.shell
Admin shell.
ShellImpl(EventBus, AppController, MessagesManager) - Constructor for class info.magnolia.ui.framework.shell.ShellImpl
 
ShellImpl.ShellAppLocationProvider - Interface in info.magnolia.ui.framework.shell
Provides the current location of shell apps.
showConfirmationMessage(String) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
showError(String, Exception) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
showNotification(String) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
start(Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Called when the app is launched from the app launcher OR a location change event triggers it to start.
start(Location) - Method in class info.magnolia.ui.framework.app.BaseApp
 
start(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
start(Location) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
 
start(ModuleLifecycleContext) - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
startIfNotAlreadyRunning(String, Location) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
Deprecated. 
startIfNotAlreadyRunningThenFocus(String, Location) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
This method can be called to launch an App and then delegate it to the LocationController.
stop() - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
 
stop() - Method in class info.magnolia.ui.framework.app.BaseApp
 
stop() - Method in class info.magnolia.ui.framework.app.BaseSubApp
 
stop(ModuleLifecycleContext) - Method in class info.magnolia.ui.framework.UiFrameworkModule
 
stopApp(String) - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
stopCurrentApp() - Method in class info.magnolia.ui.framework.app.AppControllerImpl
 
STREAM_PROPERTY - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
SubAppActionExecutor - Class in info.magnolia.ui.framework.app
ActionExecutor used in the scope of sub apps.
SubAppActionExecutor(ComponentProvider, SubAppContext) - Constructor for class info.magnolia.ui.framework.app.SubAppActionExecutor
 
SubAppContextImpl - Class in info.magnolia.ui.framework.app
Implementation of SubAppContext.
SubAppContextImpl(SubAppDescriptor, Shell) - Constructor for class info.magnolia.ui.framework.app.SubAppContextImpl
 
SUBJECT - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.SystemMessage
 
supportsLocation(Location) - Method in class info.magnolia.ui.framework.app.BaseSubApp
This method is being called by the AppController when iterating over opened subApps.

T

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
 

U

UiConfig - Class in info.magnolia.ui.framework.config
Main config object for creating UI definitions.
UiConfig() - Constructor for class info.magnolia.ui.framework.config.UiConfig
 
uiContext - Variable in class info.magnolia.ui.framework.action.AbstractVersionAction
 
uiContext - Variable in class info.magnolia.ui.framework.action.DeleteAction
 
UiFrameworkModule - Class in info.magnolia.ui.framework
Module class for UI framework.
UiFrameworkModule(ConfiguredAppDescriptorManager, ConfiguredDialogDefinitionManager, ConfiguredFieldTypeDefinitionManager) - Constructor for class info.magnolia.ui.framework.UiFrameworkModule
 
UiFrameworkModuleVersionHandler - Class in info.magnolia.ui.framework.setup
Version handler for the Ui framework module.
UiFrameworkModuleVersionHandler(ControlMigratorsRegistry) - Constructor for class info.magnolia.ui.framework.setup.UiFrameworkModuleVersionHandler
 
unregisterMessagesListener(String, MessagesManager.MessageListener) - Method in interface info.magnolia.ui.framework.message.MessagesManager
 
unregisterMessagesListener(String, MessagesManager.MessageListener) - Method in class info.magnolia.ui.framework.message.MessagesManagerImpl
 
updateCaption(String, String) - Method in class info.magnolia.ui.framework.app.DefaultAppView
 
updateShellAppIndication(ShellAppType, int) - Method in class info.magnolia.ui.framework.shell.ShellImpl
 
updateSubAppLocation(SubAppContext, Location) - Method in class info.magnolia.ui.framework.app.AppInstanceControllerImpl
Used to update the framework about changes to locations inside the app and circumventing the LocationController mechanism.
updateUrl(String) - Method in class info.magnolia.ui.framework.app.embedded.EmbeddedPageSubApp
Add the context path to internal urls.
URL - Static variable in class info.magnolia.ui.framework.AdmincentralNodeTypes.Favorite
 

V

validators - Variable in class info.magnolia.ui.framework.config.UiConfig
 
valueOf(String) - Static method in enum info.magnolia.ui.framework.action.MoveLocation
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.magnolia.ui.framework.action.MoveLocation
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
 

W

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

Z

ZIP_TMP_FILE_PREFIX - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
ZIP_TMP_FILE_SUFFIX - Static variable in class info.magnolia.ui.framework.command.ImportZipCommand
 
ZipUploadActionDefinition - Class in info.magnolia.ui.framework.action
Provides zip upload action parameters.
ZipUploadActionDefinition() - Constructor for class info.magnolia.ui.framework.action.ZipUploadActionDefinition
 
ZipUploadDialogAction<T extends ZipUploadActionDefinition> - Class in info.magnolia.ui.framework.action
Triggers zip archive upload command.
ZipUploadDialogAction(T, CommandsManager, EditorValidator, EditorCallback, Item) - Constructor for class info.magnolia.ui.framework.action.ZipUploadDialogAction
 

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

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