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
public interface InfoTab extends Tab
Represents a info tab within a info tab view- Since:
- 10.0.28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfoTabBehavior
getBehavior()
The behavior of the InfoTab when the tab's parent view is being rendered.
-
-
-
Method Detail
-
getBehavior
InfoTabBehavior getBehavior()
The behavior of the InfoTab when the tab's parent view is being rendered.- Returns:
- the InfoTabBehavior
- Since:
- 10.0.28
-
-