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


package org.apache.wicket.markup.html.list

List components for tabular data and such.

  • Classes
    Class
    Description
    A very simple Item.
    Container that holds components in a ListView.
    Model for list items.
    A ListView is a repeater that makes it easy to display/work with Lists.
    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 adds class="odd" or class="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 a CompoundPropertyModel.