Interface NotificationsIndicator

All Superinterfaces:
Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, HasContextHelp, HasFormatter<String>, HasHtmlDescription, HasHtmlSanitizer, HasValue<String>, HasValueSource<String>, Label<String>
All Known Implementing Classes:
NotificationsIndicatorImpl

public interface NotificationsIndicator extends Label<String>, Component.BelongToFrame, Component.HasCaption
UI component that shows amount of unread UI notification for current user and allows to check details of them.
  • Field Details

  • Method Details

    • getCount

      int getCount()
      Returns current amount of unread notifications.
      Returns:
      amount of unread notifications
    • reloadCounter

      void reloadCounter()
      Reloads counter of amount of unread notifications.