Class AgentHomeTab
java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
com.novomind.ecom.api.imail.agent.frontend.home.AgentHomeTab
- All Implemented Interfaces:
Tab
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
Instances of this class are used as return values of
AgentHomeTabProvider
to display custom tabs in the home section of the novomind iAGENT Desk UI.- Since:
- 12.14
-
Field Summary
Fields inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
displayName, name, url
-
Constructor Summary
ConstructorsConstructorDescriptionAgentHomeTab
(String name, String displayName, String url) Initializes a newly createdAgentHomeTab
-
Method Summary
Modifier and TypeMethodDescriptionThe behavior of theAgentHomeTab
when the tab's parent view is being rendered.setBehavior
(AgentHomeTabBehavior behavior) toString()
Methods inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
getDisplayName, getName, getUrl
-
Constructor Details
-
AgentHomeTab
Initializes a newly createdAgentHomeTab
- Parameters:
name
- The unique name of the home tabdisplayName
- The name to be displayed at the top of the home taburl
- The url to be loaded and displayed within the iframe of the home tab- Since:
- 12.14
-
-
Method Details
-
setBehavior
- Parameters:
behavior
- The behavior of this home tab- Returns:
- the
AgentHomeTab
- Since:
- 12.14
-
getBehavior
The behavior of theAgentHomeTab
when the tab's parent view is being rendered.- Returns:
- the
AgentHomeTabBehavior
- Since:
- 12.14
-
toString
- Overrides:
toString
in classAbstractTab
-