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