Class AbstractNamedTab
java.lang.Object
org.apache.wicket.extensions.markup.html.tabs.AbstractTab
com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTab
- All Implemented Interfaces:
- INamedTab,- Serializable,- org.apache.wicket.extensions.markup.html.tabs.ITab,- org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
- NamedTab
public abstract class AbstractNamedTab
extends org.apache.wicket.extensions.markup.html.tabs.AbstractTab
implements INamedTab
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractNamedTab(String name, String titleKey) Create a new named tab.AbstractNamedTab(String name, String category, String titleKey) 
- 
Method SummaryModifier and TypeMethodDescriptionGet the non-localized, brief (id) of the category this tab belongs to.Get the non-localized, brief name of the tab.Methods inherited from class org.apache.wicket.extensions.markup.html.tabs.AbstractTabgetPanel, getTitle, isVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.web.models.INamedTabgetSearchTermsMethods inherited from interface org.apache.wicket.extensions.markup.html.tabs.ITabgetPanel, getTitle, isVisible
- 
Field Details- 
name
- 
category
 
- 
- 
Constructor Details- 
AbstractNamedTabCreate a new named tab.- Parameters:
- name- The name of this tab. Used as a key for url navigation.
- titleKey- The resource key of the title of this tab.
 
- 
AbstractNamedTab
 
- 
- 
Method Details- 
getTabNameDescription copied from interface:INamedTabGet the non-localized, brief name of the tab. Should be URL friendly for bookmark-able navigation- Specified by:
- getTabNamein interface- INamedTab
 
- 
getCategoryNameDescription copied from interface:INamedTabGet the non-localized, brief (id) of the category this tab belongs to.- Specified by:
- getCategoryNamein interface- INamedTab
 
 
-