|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.extensions.markup.html.tabs.PanelCachingTab
public class PanelCachingTab
A simple decorator that will cache the panel returned from the first call to getPanel()
ITab,
TabbedPanel,
Serialized Form| Constructor Summary | |
|---|---|
PanelCachingTab(ITab delegate)
Constructor |
|
| Method Summary | |
|---|---|
WebMarkupContainer |
getPanel(String panelId)
|
IModel<String> |
getTitle()
|
boolean |
isVisible()
Returns whether this tab should be visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanelCachingTab(ITab delegate)
delegate - ITab implementation to decorate| Method Detail |
|---|
public IModel<String> getTitle()
getTitle in interface ITabpublic WebMarkupContainer getPanel(String panelId)
getPanel in interface ITabpanelId - returned panel MUST have this id
public boolean isVisible()
isVisible in interface ITab
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||