Interface I_CmsNotificationWidget

All Known Implementing Classes:
CmsNotificationWidget

public interface I_CmsNotificationWidget
Notification widget, most of the work is done on the container element.

Since:
8.0.0
  • Method Details

    • addMessage

      Adds the given notification message.

      Will also block the screen, if required.

      Parameters:
      message - the message
    • clearMessages

      Removes all messages.

    • removeMessage

      Removes the given notification message.

      Will also unblock the screen, if no longer required.

      Parameters:
      message - the message