See: Description
| 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 with
Lists. |
| 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 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. |
List components for tabular data and such.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.