Example > Basic, showing subsets of data from the List

Basically this is a no-brainer for Wicket as the HTML does not contain any logic. The logic is with Java and you have all Java means at hand to create/maintain sublists.

The example uses more or less static data to fill the table only. In real life applications these data are usually loaded from a database. Take a look at IModel and the various implementations of this interface on how this concept can ease your developers life.

All rows: Rows 0-5 (List.subList()): Rows 3-8 (ListView's view capabilities):
ID Email Status
Test ID Test EMail Test Status
Test ID Test Email Test Status