|
||||||||||
| 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.AbstractTab
public abstract class AbstractTab
Convinience class that takes care of common ITab functionality
ITab,
Serialized Form| Constructor Summary | |
|---|---|
AbstractTab(IModel<String> title)
Constructor |
|
| Method Summary | |
|---|---|
abstract 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 AbstractTab(IModel<String> title)
title - IModel used to represent the title of the tab. Must contain a string| Method Detail |
|---|
public IModel<String> getTitle()
getTitle in interface ITabpublic boolean isVisible()
isVisible in interface ITabpublic abstract WebMarkupContainer getPanel(String panelId)
getPanel in interface ITabpanelId - returned panel MUST have this id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||