Class PanelCachingTab
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.tabs.PanelCachingTab
-
- All Implemented Interfaces:
Serializable,ITab,org.apache.wicket.util.io.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 org.apache.wicket.markup.html.WebMarkupContainergetPanel(String panelId)org.apache.wicket.model.IModel<String>getTitle()booleanisVisible()Returns whether this tab should be visible
-
-
-
Constructor Detail
-
PanelCachingTab
public PanelCachingTab(ITab delegate)
Constructor- Parameters:
delegate- ITab implementation to decorate
-
-