All Superinterfaces:
com.novomind.ecom.common.api.attribute.DisplayNamed, com.novomind.ecom.common.api.attribute.Named
All Known Subinterfaces:
InfoTab
All Known Implementing Classes:
AbstractTab, AccountConnectorTab, AgentHomeTab, CallInfoTab, CategoryConfigTab, ChatInfoTab, ExternalRoutingConnectorTab, MailInfoTab, MessageTab, MessengerAccountConnectorTab, PhoneSystemConnectorTab, TenantConfigTab, TransactionCodeConfigTab, UserConfigTab

public interface Tab extends com.novomind.ecom.common.api.attribute.DisplayNamed
Represents a tab within a tab view
Since:
10.0.28
  • Method Summary

    Modifier and Type
    Method
    Description
    The URL of the tab's content

    Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed

    getDisplayName

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName
  • Method Details

    • getUrl

      String getUrl()
      The URL of the tab's content
      Returns:
      the URL as String
      Since:
      10.0.28