Class InfoTabBehavior
java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.InfoTabBehavior
The interface defined several behaviors of a info tab
- Since:
- 10.0.28
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionInfoTabBehavior
(InfoTabBehavior.HighlightType highlightType) InfoTabBehavior
(InfoTabBehavior.SelectionType selectionType) InfoTabBehavior
(InfoTabNotification notification) InfoTabBehavior
(InfoTabNotification notification, InfoTabBehavior.SelectionType selectionType, InfoTabBehavior.HighlightType highlightType) -
Method Summary
Modifier and TypeMethodDescriptionThe HighlightType is a visual effect to highlight the complete tab e.g.The InfoTabNotification is a visible mark placed within the tab's label e.g.The SelectionType defines an action that is being taken when the tab's parent view is renederd e.g.
-
Constructor Details
-
InfoTabBehavior
- Parameters:
notification
- The visible mark placed within the tab's label e.g. with an exclamation mark- Since:
- 10.0.28
-
InfoTabBehavior
- Parameters:
selectionType
- The action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selection- Since:
- 10.0.28
-
InfoTabBehavior
- Parameters:
highlightType
- The visual effect to highlight the complete tab e.g. with a background color- Since:
- 10.0.28
-
InfoTabBehavior
public InfoTabBehavior(InfoTabNotification notification, InfoTabBehavior.SelectionType selectionType, InfoTabBehavior.HighlightType highlightType) - Parameters:
notification
- The visible mark placed within the tab's label e.g. with an exclamation markselectionType
- The action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selectionhighlightType
- The visual effect to highlight the complete tab e.g. with a background color- Since:
- 10.0.28
-
-
Method Details
-
getHighlightType
The HighlightType is a visual effect to highlight the complete tab e.g. with a background color- Returns:
- the HighlightType
- Since:
- 10.0.28
-
getSelectionType
The SelectionType defines an action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selection- Returns:
- the SelectionType
- Since:
- 10.0.28
-
getNotification
The InfoTabNotification is a visible mark placed within the tab's label e.g. with an exclamation mark- Returns:
- the InfoTabNotification
- Since:
- 10.0.28
-