Class InfoTabNotification
java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.InfoTabNotification
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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InfoTabNotification
static final InfoTabNotification
static final InfoTabNotification
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
The number to be displayed within a bubblegetType()
TheType
of the notificationstatic final InfoTabNotification
withCount
(int count) Construct anInfoTabNotification
of Type COUNT with a count value to be displayed by a bubble on the tab's label
-
Field Details
-
NONE
-
EXCLAMATION_MARK_RED
-
EXCLAMATION_MARK_GREY
-
-
Method Details
-
getCount
public int getCount()The number to be displayed within a bubble- Returns:
- the count value as integer
- Since:
- 10.0.28
-
getType
TheType
of the notification- Returns:
- the type
- Since:
- 10.0.28
-
withCount
Construct anInfoTabNotification
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
-