public abstract class TabListModel
extends org.apache.wicket.model.util.ListModel<org.apache.wicket.extensions.markup.html.tabs.ITab>
ListModel
of ITab
s
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 ITab
public void flush()
getObject()
is calledCopyright © 2016 7thWeb. All rights reserved.