Skip to content

CodeCoupler UI Default System Wide Messages

The default messages defined in the system wide setting messagesare:

COMMON.DESTROYING: String

Default blocking message while destroying a component.

COMMON.DESTROYED: String

Default blocking message on a destroyed component.

SYSTEM.LOADING: String

Default blocking message while initializing a system.

SYSTEM.ERROR_INIT: String

Message with the system container will be blocked if an error occurs while initialzing.

SYSTEM.PRELOAD_CUSTOM: String

Message of the preload progress handler while preloading custom assets.

SYSTEM.PRELOAD_AUTH: String

Message of the preload progress handler while preloading custom assets that need authentication.

SYSTEM.PRELOAD_CORE: String

Message of the preload progress handler while preloading system core assets.

STAGE.LOADING: String

Default blocking message while initializing a stage.

STAGE.ERROR_INIT: String

Message with the stage container will be blocked if an error occurs while starting a new stage.

WIDGET.LOADING: String

Default blocking message while initializing a widget.

WIDGET.ERROR_INIT: String

Message with the widget container will be blocked if an error occurs while starting a new widget.

APP.SPLASH_INIT: String

Message of default splash screen while initializing an application.

APP.SPLASH_START: String

Message of default splash screen while starting an application.

APP.ERROR_INIT: String

Message with the application panel will be blocked if an error occurs while starting a new application. If no panel exists the message will be displayed in an hint.

APP.CONFIRM_CLOSE: String

Confirmation message before closing if changes detected.

AUTH.NOT_AUTHORIZED: String

User does not have the required permission. The authentication process uses this to show a message if current user do not have sufficient permission.

BUTTONS.BLOCK: String

Messaage to display while executing the button function.

BUTTONS.SUCCESS: String

Messaage to display in hint if the click function was successfull. Only used in some buttons.

BUTTONS.ERROR: String

Messaage to display in hint if the click function throws an error. Only used in some buttons.

BUTTONS.CONFIRM_REFRESH: String

Confirmation message before refreshing if changes detected.

BUTTONS.CONFIRM_CANCEL: String

Confirmation message before canceling if changes detected.

BUTTONS.CONFIRM_RESET: String

Confirmation message before reseting if changes detected.

BUTTONS.NO_CHANGES: String

Message indicating that there are no pending changes to save.

BUTTONS.INPUT_ERROR: String

Message indicating that there are input element errors.