Class InfoTabNotification


  • public class InfoTabNotification
    extends java.lang.Object
    The interface represents different kinds of notifications of an InfoTabBehavior A notification is displayed as a visual mark within the tab's label.
    Since:
    10.0.28
    • Method Detail

      • getCount

        public int getCount()
        The number to be displayed within a bubble
        Returns:
        the count value as integer
        Since:
        10.0.28
      • withCount

        public static final InfoTabNotification withCount​(int count)
        Construct an InfoTabNotification of Type COUNT with a count value to be displayed by a bubble on the tab's label
        Parameters:
        count - the count value to display
        Returns:
        the InfoTabNotification of Type COUNT with certain count value
        Since:
        10.0.28