Class 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 Detail

      • AgentHomeTab

        public AgentHomeTab​(java.lang.String name,
                            java.lang.String displayName,
                            java.lang.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