wicket.extensions.markup.html.tabs
Interface ITab

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

public interface ITab
extends java.io.Serializable

Interface used to represent a single tab in a TabbedPanel

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

Method Summary
 wicket.markup.html.panel.Panel getPanel(java.lang.String panelId)
           
 wicket.model.IModel getTitle()
           
 

Method Detail

getTitle

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

getPanel

public wicket.markup.html.panel.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-2008 Wicket developers. All Rights Reserved.