|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.extensions.markup.html.tabs.AbstractTab
Convinience class that takes care of common ITab functionality
ITab,
Serialized Form| Constructor Summary | |
AbstractTab(wicket.model.IModel title)
Constructor |
|
| Method Summary | |
abstract wicket.markup.html.panel.Panel |
getPanel(java.lang.String panelId)
|
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(wicket.model.IModel title)
title - IModel used to represent the title of the tab. Must contain a
string| Method Detail |
public wicket.model.IModel getTitle()
getTitle in interface ITabITab.getTitle()public abstract 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 | ||||||||||