Enum Class AgentHomeTabBehavior.SelectionType
java.lang.Object
java.lang.Enum<AgentHomeTabBehavior.SelectionType>
com.novomind.ecom.api.imail.agent.frontend.home.AgentHomeTabBehavior.SelectionType
- All Implemented Interfaces:
Serializable
,Comparable<AgentHomeTabBehavior.SelectionType>
,Constable
- Enclosing class:
AgentHomeTabBehavior
public static enum AgentHomeTabBehavior.SelectionType
extends Enum<AgentHomeTabBehavior.SelectionType>
- Since:
- 12.14
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiondefault - no special behaviour.the tab will be selected automatically when the home section is toggled by the agent for the first time.the home section will be toggled automatically on agent logon and the tab will be selected. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AgentHomeTabBehavior.SelectionType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
default - no special behaviour.- Since:
- 12.14
-
SELECTED
the tab will be selected automatically when the home section is toggled by the agent for the first time.- Since:
- 12.14
-
SELECTED_ON_LOGON
the home section will be toggled automatically on agent logon and the tab will be selected.- Since:
- 12.14
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-