Package wicket.markup.html.list

List components for tabular data and such.

See:
          Description

Class Summary
ListItem Container that holds components in a ListView.
ListItemModel Model for list items.
ListView A ListView holds ListItem children.
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.
PageableListView PageableListView is similar to ListView but provides in addition pageable views.
PageableListViewNavigation A navigation for a PageableListView that holds links to other pages of the PageableListView.
PageableListViewNavigationIncrementLink An incremental link to a page of a PageableListView.
PageableListViewNavigationLink A link to a page of a PageableListView.
PageableListViewNavigator A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Package wicket.markup.html.list Description

List components for tabular data and such.



Copyright © 2004-2005 Wicket developers. All Rights Reserved.