java.lang.Object
org.apache.wicket.extensions.markup.html.tabs.AbstractTab
com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTab
com.inductiveautomation.ignition.gateway.web.components.NamedTab
All Implemented Interfaces:
INamedTab, Serializable, org.apache.wicket.extensions.markup.html.tabs.ITab, org.apache.wicket.util.io.IClusterable

public class NamedTab extends AbstractNamedTab
See Also:
  • Field Summary

    Fields inherited from class com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTab

    category, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    NamedTab(String name, String titleKey, Class<? extends org.apache.wicket.markup.html.panel.Panel> panelClazz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.wicket.markup.html.panel.Panel
    getPanel(String panelId)
     

    Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTab

    getCategoryName, getTabName

    Methods inherited from class org.apache.wicket.extensions.markup.html.tabs.AbstractTab

    getTitle, isVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.inductiveautomation.ignition.gateway.web.models.INamedTab

    getSearchTerms

    Methods inherited from interface org.apache.wicket.extensions.markup.html.tabs.ITab

    getTitle, isVisible
  • Constructor Details

    • NamedTab

      public NamedTab(String name, String titleKey, Class<? extends org.apache.wicket.markup.html.panel.Panel> panelClazz)
  • Method Details

    • getPanel

      public org.apache.wicket.markup.html.panel.Panel getPanel(String panelId)
      Specified by:
      getPanel in interface org.apache.wicket.extensions.markup.html.tabs.ITab
      Specified by:
      getPanel in class org.apache.wicket.extensions.markup.html.tabs.AbstractTab