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

public final class AgentHomeTab extends AbstractTab
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
  • Constructor Details

    • AgentHomeTab

      public AgentHomeTab(String name, String displayName, String url)
      Initializes a newly created AgentHomeTab
      Parameters:
      name - The unique name of the home tab
      displayName - The name to be displayed at the top of the home tab
      url - The url to be loaded and displayed within the iframe of the home tab
      Since:
      12.14
  • Method Details