Class AbstractNamedTab
- java.lang.Object
- 
- org.apache.wicket.extensions.markup.html.tabs.AbstractTab
- 
- com.inductiveautomation.ignition.gateway.web.components.AbstractNamedTab
 
 
- 
- All Implemented Interfaces:
- INamedTab,- java.io.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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractNamedTab(java.lang.String name, java.lang.String titleKey)Create a new named tab.AbstractNamedTab(java.lang.String name, java.lang.String category, java.lang.String titleKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCategoryName()Get the non-localized, brief (id) of the category this tab belongs to.java.lang.StringgetTabName()Get the non-localized, brief name of the tab.- 
Methods inherited from class org.apache.wicket.extensions.markup.html.tabs.AbstractTabgetPanel, getTitle, 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
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractNamedTabpublic AbstractNamedTab(java.lang.String name, java.lang.String titleKey)Create 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.
 
 - 
AbstractNamedTabpublic AbstractNamedTab(java.lang.String name, java.lang.String category, java.lang.String titleKey)
 
- 
 - 
Method Detail- 
getTabNamepublic java.lang.String getTabName() Description 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
 
 - 
getCategoryNamepublic java.lang.String getCategoryName() Description copied from interface:INamedTabGet the non-localized, brief (id) of the category this tab belongs to.- Specified by:
- getCategoryNamein interface- INamedTab
 
 
- 
 
-