public abstract class TabListModel
extends org.apache.wicket.model.util.ListModel<org.apache.wicket.extensions.markup.html.tabs.ITab>
ListModel to use as TabbedPanel's model| Constructor and Description |
|---|
TabListModel()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the underlying list of
ITabs |
List<org.apache.wicket.extensions.markup.html.tabs.ITab> |
getObject() |
protected abstract List<org.apache.wicket.extensions.markup.html.tabs.ITab> |
load()
Loads the list of
ITabs |
public List<org.apache.wicket.extensions.markup.html.tabs.ITab> getObject()
public void clear()
ITabsprotected abstract List<org.apache.wicket.extensions.markup.html.tabs.ITab> load()
ITabsITabsCopyright © 2021 7thWeb. All rights reserved.