public abstract class TabListModel
extends org.apache.wicket.model.util.ListModel<org.apache.wicket.extensions.markup.html.tabs.ITab>
ListModel of ITabs| Constructor and Description |
|---|
TabListModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Will force reload the model object next time
getObject() is called |
List<org.apache.wicket.extensions.markup.html.tabs.ITab> |
getObject() |
protected abstract List<org.apache.wicket.extensions.markup.html.tabs.ITab> |
load()
Loads the model object
|
public List<org.apache.wicket.extensions.markup.html.tabs.ITab> getObject()
protected abstract List<org.apache.wicket.extensions.markup.html.tabs.ITab> load()
List of ITabpublic void flush()
getObject() is calledCopyright © 2017 7thWeb. All rights reserved.