Module org.apache.wicket.core
Package org.apache.wicket.markup.html.list
package org.apache.wicket.markup.html.list
List components for tabular data and such.
-
ClassDescriptionA very simple Item.ListItem<T>Container that holds components in a ListView.Model for list items.ListView<T>A ListView is a repeater that makes it easy to display/work with
List
s.A very simple loop component whose model is an Integer defining the number of iterations the loop should render.A very simple Item.ListItem that addsclass="odd"
orclass="even"
html attribute depending on its index.PageableListView is similar to ListView but provides in addition pageable views.Simple ListVew subclass that wraps its item models in aCompoundPropertyModel
.