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 Summary
Modifier and TypeMethodDescriptiongetPanel
(IConfigPage configPage) Create the config panel that this tab represents.default org.apache.wicket.markup.html.WebMarkupContainer
Deprecated.don't call this, it just throws an IllegalStatexceptionMethods inherited from interface com.inductiveautomation.ignition.gateway.web.models.INamedTab
getCategoryName, getSearchTerms, getTabName
Methods inherited from interface org.apache.wicket.extensions.markup.html.tabs.ITab
getTitle, isVisible
-
Method Details
-
getPanel
Deprecated.don't call this, it just throws an IllegalStatexception- Specified by:
getPanel
in interfaceorg.apache.wicket.extensions.markup.html.tabs.ITab
-
getPanel
Create 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
-