Class ListItemModel<T>
- java.lang.Object
-
- org.apache.wicket.markup.html.list.ListItemModel<T>
-
- Type Parameters:
T- Model object type
- All Implemented Interfaces:
java.io.Serializable,IDetachable,IModel<T>,org.apache.wicket.util.io.IClusterable
public class ListItemModel<T> extends java.lang.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 TgetObject()Gets the model object.voidsetObject(T object)Sets the model object.
-