Class NamedTab
- 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,- java.io.Serializable,- org.apache.wicket.extensions.markup.html.tabs.ITab,- org.apache.wicket.util.io.IClusterable
 
 public class NamedTab extends AbstractNamedTab - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTabcategory, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description NamedTab(java.lang.String name, java.lang.String titleKey, java.lang.Class<? extends org.apache.wicket.markup.html.panel.Panel> panelClazz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.markup.html.panel.PanelgetPanel(java.lang.String panelId)- 
Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTabgetCategoryName, getTabName
 - 
Methods inherited from class org.apache.wicket.extensions.markup.html.tabs.AbstractTabgetTitle, isVisible
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.gateway.web.models.INamedTabgetSearchTerms
 
- 
 
-