Class ListItemModel<T>
- java.lang.Object
-
- org.apache.wicket.markup.html.list.ListItemModel<T>
-
- Type Parameters:
T
- Model object type
- All Implemented Interfaces:
Serializable
,IDetachable
,IModel<T>
,IClusterable
public class ListItemModel<T> extends Object implements IModel<T>
Model for list items.- See Also:
ListView
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListItemModel(ListView<T> listView, int index)
Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getObject()
Gets the model object.void
setObject(T object)
Sets the model object.
-