| Package | Description |
|---|---|
| org.apache.wicket.markup.html.list |
List components for tabular data and such.
|
| org.apache.wicket.markup.html.navigation.paging | |
| org.apache.wicket.markup.repeater |
| Modifier and Type | Class and Description |
|---|---|
class |
ListItem<T>
Container that holds components in a ListView.
|
class |
OddEvenListItem<T>
ListItem that adds
class="odd" or class="even" html attribute depending
on its index. |
| Modifier and Type | Method and Description |
|---|---|
protected LoopItem |
Loop.newItem(int iteration)
Create a new LoopItem for loop at iteration.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Loop.populateItem(LoopItem item)
Populates this loop item.
|
protected void |
Loop.renderItem(LoopItem item)
Renders this loop iteration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PagingNavigation.populateItem(LoopItem loopItem)
Populate the current cell with a page link (PagingNavigationLink) enclosing the page number
the link is pointing to.
|
protected void |
PagingNavigation.renderItem(LoopItem loopItem)
Renders the page link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Item<T>
Container that holds components in a RefreshingView.
|
class |
OddEvenItem<T>
Item that sets class="even" or class="odd" attributes based on its index
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.