Module org.apache.wicket.extensions
Class AbstractTab
java.lang.Object
org.apache.wicket.extensions.markup.html.tabs.AbstractTab
- All Implemented Interfaces:
Serializable
,ITab
,IClusterable
Convenience class that takes care of common ITab functionality
- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractTab
Constructor- Parameters:
title
- IModel used to represent the title of the tab. Must contain a string
-
-
Method Details
-
getTitle
-
isVisible
Description copied from interface:ITab
Returns whether this tab should be visible -
getPanel
-