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.AbstractNamedTab
category, name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NamedTab(java.lang.String name, java.lang.String titleKey, java.lang.Class<? extends org.apache.wicket.markup.html.panel.Panel> panelClazz) 
- 
Method Summary
All 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.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 
 - 
 
 -