Class PanelCachingTab
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.tabs.PanelCachingTab
-
- All Implemented Interfaces:
Serializable
,ITab
,IClusterable
public class PanelCachingTab extends Object implements ITab
A simple decorator that will cache the panel returned from the first call to getPanel()- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
ITab
,TabbedPanel
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PanelCachingTab(ITab delegate)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebMarkupContainer
getPanel(String panelId)
IModel<String>
getTitle()
boolean
isVisible()
Returns whether this tab should be visible
-
-
-
Constructor Detail
-
PanelCachingTab
public PanelCachingTab(ITab delegate)
Constructor- Parameters:
delegate
- ITab implementation to decorate
-
-