Class AgentHomeTabBehavior


  • public final class AgentHomeTabBehavior
    extends java.lang.Object
    The interface defines several behaviors of an AgentHomeTab
    Since:
    12.14
    • 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