public abstract class CloseableTab extends Object implements ICloseableTab
CloseableTab. Convenience class that takes care of closable ITab functionality.| Constructor and Description |
|---|
CloseableTab(org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> closeTitle)
Instantiates a new
CloseableTab. |
| 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 CloseableTab(org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> closeTitle)
CloseableTab.title - IModel used to represent the title of the tab. Have to contain a stringcloseTitle - title of closepublic abstract org.apache.wicket.markup.html.WebMarkupContainer getPanel(String panelId)
getPanel in interface org.apache.wicket.extensions.markup.html.tabs.ITabpublic boolean isVisible()
isVisible in interface org.apache.wicket.extensions.markup.html.tabs.ITabCopyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.