Java org.apache.wicket.markup.html.list ListItem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.list ListItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.list ListItem.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.list.ListItem has subclasses.
Click this link to see all its subclasses.

Constructor

ListItem(final int index, final IModel model)
A constructor which uses the index and the list provided to create a ListItem.
ListItem(final String id, final int index)
Constructor

Method

IModelgetDefaultModel()
ObjectgetDefaultModelObject()
IModelgetModel()
Typesafe getter for the model
TgetModelObject()
Typesafe getter for the model's object
ComponentsetDefaultModel(IModel model)
CsetModel(IModel model)
Typesafe setter for the model
CsetModelObject(T object)
Typesafe setter for the model object