T - Model object typepublic class ListItemModel<T> extends Object implements IModel<T>
ListView,
Serialized Form| Constructor and Description |
|---|
ListItemModel(ListView<T> listView,
int index)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
T |
getObject()
Gets the model object.
|
void |
setObject(T object)
Sets the model object.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.