Interface InfoTab
- All Superinterfaces:
com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
,Tab
- All Known Implementing Classes:
CallInfoTab
,ChatInfoTab
,MailInfoTab
Represents a info tab within a info tab view
- Since:
- 10.0.28
-
Method Summary
Modifier and TypeMethodDescriptionThe behavior of the InfoTab when the tab's parent view is being rendered.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
-
getBehavior
InfoTabBehavior getBehavior()The behavior of the InfoTab when the tab's parent view is being rendered.- Returns:
- the InfoTabBehavior
- Since:
- 10.0.28
-