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

    Modifier and Type
    Method
    Description
    The 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

    Methods inherited from interface com.novomind.ecom.api.iagent.frontend.tab.Tab

    getUrl
  • 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