Class TransactionCodeConfigTab
- java.lang.Object
-
- com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
-
- com.novomind.ecom.api.imail.routing.frontend.transactioncode.TransactionCodeConfigTab
-
- All Implemented Interfaces:
Tab
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
public final class TransactionCodeConfigTab extends AbstractTab
- Since:
- 11.14
-
-
Field Summary
-
Fields inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
displayName, name, url
-
-
Constructor Summary
Constructors Constructor Description TransactionCodeConfigTab(java.lang.String name, java.lang.String displayName, java.lang.String resourcePath)
The path of the customized .xhtml must be inside 'META-INF/views'.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
getDisplayName, getName, getUrl
-
-
-
-
Constructor Detail
-
TransactionCodeConfigTab
public TransactionCodeConfigTab(java.lang.String name, java.lang.String displayName, java.lang.String resourcePath)
The path of the customized .xhtml must be inside 'META-INF/views'. e.g path for META-INF/views/content/content.xhtml must be "/content/content.xhtml"- Parameters:
name
- the unique name of the tabdisplayName
- the name to be displayed at the top of the tabresourcePath
- for the customized resource (.xhtml) with leading slash- Since:
- 11.14
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractTab
- Since:
- 11.14
-
-