Interface IConfigTab
- All Superinterfaces:
- org.apache.wicket.util.io.IClusterable,- INamedTab,- org.apache.wicket.extensions.markup.html.tabs.ITab,- Serializable
- All Known Implementing Classes:
- DefaultConfigTab,- TaskPage.TaskPageTab
Specialization of INamedTab in order to deprecate the normal
 getPanel method and add a specialized config panel version
- 
Method SummaryModifier and TypeMethodDescriptiongetPanel(IConfigPage configPage) Create the config panel that this tab represents.default org.apache.wicket.markup.html.WebMarkupContainerDeprecated.don't call this, it just throws an IllegalStatexceptionMethods inherited from interface com.inductiveautomation.ignition.gateway.web.models.INamedTabgetCategoryName, getSearchTerms, getTabNameMethods inherited from interface org.apache.wicket.extensions.markup.html.tabs.ITabgetTitle, isVisible
- 
Method Details- 
getPanelDeprecated.don't call this, it just throws an IllegalStatexception- Specified by:
- getPanelin interface- org.apache.wicket.extensions.markup.html.tabs.ITab
 
- 
getPanelCreate the config panel that this tab represents. Remember, all ConfigPanel's must have a wicket id of "config-contents"- Parameters:
- configPage- The parent config page that this config panel will be a part of.
- Returns:
- the new ConfigPanel instance.
 
- 
getMenuLocation
 
-