org.apache.wicket.extensions.markup.html.tabs
Interface ITab

All Superinterfaces:
IClusterable, java.io.Serializable
All Known Implementing Classes:
AbstractTab, PanelCachingTab

public interface ITab
extends IClusterable

Interface used to represent a single tab in a TabbedPanel

Author:
Igor Vaynberg (ivaynberg)
See Also:
TabbedPanel, AbstractTab

Method Summary
 Panel getPanel(java.lang.String panelId)
           
 IModel getTitle()
           
 

Method Detail

getTitle

IModel getTitle()
Returns:
IModel used to represent the title of the tab. Must contain a string.

getPanel

Panel getPanel(java.lang.String panelId)
Parameters:
panelId - returned panel MUST have this id
Returns:
a Panel object that will be placed as the content panel


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.