Class AbstractTab
java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
- All Implemented Interfaces:
Tab
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
- Direct Known Subclasses:
AccountConnectorTab
,AgentHomeTab
,CallInfoTab
,CategoryConfigTab
,ChatInfoTab
,ExternalRoutingConnectorTab
,MailInfoTab
,MessageTab
,MessengerAccountConnectorTab
,PhoneSystemConnectorTab
,TenantConfigTab
,TransactionCodeConfigTab
,UserConfigTab
Instances of this class are used to build a custom tab with a name, displayName and an url.
- Since:
- 12.14
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractTab
(String name, String displayName, String url) Initializes a newly created tab. -
Method Summary
-
Field Details
-
url
-
name
-
displayName
-
-
Constructor Details
-
AbstractTab
Initializes a newly created tab.- Parameters:
name
- The unique name of the tabdisplayName
- The name to be displayed at the top of the taburl
- The url to be loaded and displayed within the iframe of the tab- Since:
- 12.14
-
-
Method Details
-
getName
- Specified by:
getName
in interfacecom.novomind.ecom.common.api.attribute.Named
- Since:
- 12.14
-
getDisplayName
- Specified by:
getDisplayName
in interfacecom.novomind.ecom.common.api.attribute.DisplayNamed
- Since:
- 12.14
-
getUrl
Description copied from interface:Tab
The URL of the tab's content -
toString
-