Class AgentHomeTabBehavior
- java.lang.Object
-
- com.novomind.ecom.api.imail.agent.frontend.home.AgentHomeTabBehavior
-
public final class AgentHomeTabBehavior extends java.lang.Object
The interface defines several behaviors of anAgentHomeTab
- Since:
- 12.14
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgentHomeTabBehavior.SelectionType
-
Constructor Summary
Constructors Constructor Description AgentHomeTabBehavior(AgentHomeTabBehavior.SelectionType selectionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentHomeTabBehavior.SelectionType
getSelectionType()
The SelectionType defines an action that is being taken when the tab's parent view is rendered e.g.
-
-
-
Constructor Detail
-
AgentHomeTabBehavior
public AgentHomeTabBehavior(AgentHomeTabBehavior.SelectionType selectionType)
- Parameters:
selectionType
- The action that is being taken when the tab's parent view is rendered e.g. the automatic toggle of the home tab on agent logon- Since:
- 12.14
-
-
Method Detail
-
getSelectionType
public AgentHomeTabBehavior.SelectionType getSelectionType()
The SelectionType defines an action that is being taken when the tab's parent view is rendered e.g. the automatic toggle of the home tab on agent logon.- Returns:
- the SelectionType
- Since:
- 12.14
-
-