|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITab | |
|---|---|
| org.apache.wicket.extensions.ajax.markup.html.tabs | |
| org.apache.wicket.extensions.markup.html.tabs | Package for working with tab panels. |
| Uses of ITab in org.apache.wicket.extensions.ajax.markup.html.tabs |
|---|
| Constructor parameters in org.apache.wicket.extensions.ajax.markup.html.tabs with type arguments of type ITab | |
|---|---|
AjaxTabbedPanel(String id,
List<ITab> tabs)
Constructor |
|
| Uses of ITab in org.apache.wicket.extensions.markup.html.tabs |
|---|
| Classes in org.apache.wicket.extensions.markup.html.tabs that implement ITab | |
|---|---|
class |
AbstractTab
Convinience class that takes care of common ITab functionality |
class |
PanelCachingTab
A simple decorator that will cache the panel returned from the first call to getPanel() |
| Methods in org.apache.wicket.extensions.markup.html.tabs that return types with arguments of type ITab | |
|---|---|
List<? extends ITab> |
TabbedPanel.getTabs()
|
| Constructors in org.apache.wicket.extensions.markup.html.tabs with parameters of type ITab | |
|---|---|
PanelCachingTab(ITab delegate)
Constructor |
|
| Constructor parameters in org.apache.wicket.extensions.markup.html.tabs with type arguments of type ITab | |
|---|---|
TabbedPanel(String id,
List<? extends ITab> tabs)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||