T - the generic typepublic abstract class AbstractContentTab<T> extends CloseableTab
ITab,
Serialized Form| Constructor and Description |
|---|
AbstractContentTab(org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<T> content,
org.apache.wicket.model.IModel<String> closeTitle)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.wicket.markup.html.WebMarkupContainer |
getPanel(String panelId) |
boolean |
isVisible() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCloseTitlepublic AbstractContentTab(org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<T> content, org.apache.wicket.model.IModel<String> closeTitle)
title - IModel used to represent the title of the tab. Must contain a stringcontent - IModel used to represent the content of the tab.closeTitle - title of closepublic boolean isVisible()
isVisible in interface org.apache.wicket.extensions.markup.html.tabs.ITabisVisible in class CloseableTabpublic abstract org.apache.wicket.markup.html.WebMarkupContainer getPanel(String panelId)
getPanel in interface org.apache.wicket.extensions.markup.html.tabs.ITabgetPanel in class CloseableTabCopyright © 2010–2015. All rights reserved.