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 enumDefines the visual highlight effect applied to an info tab.static enumDefines the selection behaviour of an info tab when its parent view is rendered. -
Constructor Summary
ConstructorsConstructorDescriptionInfoTabBehavior(InfoTabBehavior.HighlightType highlightType) Constructs anInfoTabBehaviorwith the specified highlight type.InfoTabBehavior(InfoTabBehavior.SelectionType selectionType) Constructs anInfoTabBehaviorwith the specified selection type.InfoTabBehavior(InfoTabNotification notification) Constructs anInfoTabBehaviorwith the specified notification.InfoTabBehavior(InfoTabNotification notification, InfoTabBehavior.SelectionType selectionType, InfoTabBehavior.HighlightType highlightType) Constructs anInfoTabBehaviorwith the specified notification, selection type, and highlight type. -
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
Constructs anInfoTabBehaviorwith the specified notification.- Parameters:
notification- The visible mark placed within the tab's label e.g. with an exclamation mark- Since:
- 10.0.28
-
InfoTabBehavior
Constructs anInfoTabBehaviorwith the specified selection type.- 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
Constructs anInfoTabBehaviorwith the specified highlight type.- 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) Constructs anInfoTabBehaviorwith the specified notification, selection type, and highlight type.- 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
-