|
||||||||||
| 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(org.apache.wicket.model.IModel title)
Constructor |
|
| Method Summary | |
|---|---|
abstract org.apache.wicket.markup.html.panel.Panel |
getPanel(java.lang.String panelId)
|
org.apache.wicket.model.IModel |
getTitle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTab(org.apache.wicket.model.IModel title)
title - IModel used to represent the title of the tab. Must contain a string| Method Detail |
|---|
public org.apache.wicket.model.IModel getTitle()
getTitle in interface ITabITab.getTitle()public abstract org.apache.wicket.markup.html.panel.Panel getPanel(java.lang.String panelId)
getPanel in interface ITabpanelId - returned panel MUST have this id
ITab.getPanel(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||