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