-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListItemModel
Construct
- Parameters:
listView
- The ListView
index
- The index of this model
-
Method Details
-
getObject
Description copied from interface: IModel
Gets the model object.
- Specified by:
getObject
in interface IModel<T>
- Returns:
- The model object
-
setObject
Description copied from interface: IModel
Sets the model object.
- Specified by:
setObject
in interface IModel<T>
- Parameters:
object
- The model object