Class AgentHomeTabBehavior

java.lang.Object
com.novomind.ecom.api.imail.agent.frontend.home.AgentHomeTabBehavior

public final class AgentHomeTabBehavior extends Object
The interface defines several behaviors of an AgentHomeTab
Since:
12.14
  • Constructor Details

    • 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 Details

    • 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