public abstract class ListItem<T>
extends java.lang.Object
ListItem ...| Modifier and Type | Field and Description |
|---|---|
protected T |
modelObject |
protected int |
position |
| Modifier | Constructor and Description |
|---|---|
protected |
ListItem() |
protected |
ListItem(T object) |
| Modifier and Type | Method and Description |
|---|---|
T |
getModelObject() |
int |
getPosition() |
void |
setModelObject(T object) |
void |
setPosition(int position) |