Package org.apache.wicket.markup.html.list

List components for tabular data and such.

See:
          Description

Class Summary
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 with Lists.
Loop A very simple loop component whose model is an Integer defining the number of iterations the loop should render.
Loop.LoopItem Item container for a Loop iteration.
OddEvenListItem<T> ListItem that adds class="odd" or class="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 a CompoundPropertyModel.
 

Package org.apache.wicket.markup.html.list Description

List components for tabular data and such.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.