GlobalContext

Application global context. Context provides API to appication methods and properties that are used jointly.

Variable InfinniUI.global contains global context.

Properties

Name Type Description
containers Object List of containers to view in mode OpenMode="Container".
localizations Object Map, where key is localization name and value is localization.
localized Localization Current language and regional settings. It stores value from InfinniUI.global.localizations associated with InfinniUI.config.lang.
factory ApplicationBuilder Common application builder.
logger Logger Message logging service.
messageBus MessageBus Application message bus .
session Session User session provider.
notificationSubsription NotificationSubscriptions Server notification service.

Methods

Name Description
executeAction Fires up execution of an action.