Class InfoTabBehavior
- java.lang.Object
-
- com.novomind.ecom.api.iagent.frontend.tab.InfoTabBehavior
-
public class InfoTabBehavior extends java.lang.Object
The interface defined several behaviors of a info tab- Since:
- 10.0.28
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InfoTabBehavior.HighlightType
static class
InfoTabBehavior.SelectionType
-
Constructor Summary
Constructors Constructor Description InfoTabBehavior(InfoTabBehavior.HighlightType highlightType)
InfoTabBehavior(InfoTabBehavior.SelectionType selectionType)
InfoTabBehavior(InfoTabNotification notification)
InfoTabBehavior(InfoTabNotification notification, InfoTabBehavior.SelectionType selectionType, InfoTabBehavior.HighlightType highlightType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoTabBehavior.HighlightType
getHighlightType()
The HighlightType is a visual effect to highlight the complete tab e.g.InfoTabNotification
getNotification()
The InfoTabNotification is a visible mark placed within the tab's label e.g.InfoTabBehavior.SelectionType
getSelectionType()
The SelectionType defines an action that is being taken when the tab's parent view is renederd e.g.
-
-
-
Constructor Detail
-
InfoTabBehavior
public InfoTabBehavior(InfoTabNotification notification)
- Parameters:
notification
- The visible mark placed within the tab's label e.g. with an exclamation mark- Since:
- 10.0.28
-
InfoTabBehavior
public InfoTabBehavior(InfoTabBehavior.SelectionType selectionType)
- 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
public InfoTabBehavior(InfoTabBehavior.HighlightType highlightType)
- 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 Detail
-
getHighlightType
public InfoTabBehavior.HighlightType 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
public InfoTabBehavior.SelectionType 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
public InfoTabNotification 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
-
-