|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Loop.LoopItem | |
|---|---|
| org.apache.wicket.markup.html.list | List components for tabular data and such. |
| org.apache.wicket.markup.html.navigation.paging | |
| Uses of Loop.LoopItem in org.apache.wicket.markup.html.list |
|---|
| Methods in org.apache.wicket.markup.html.list that return Loop.LoopItem | |
|---|---|
protected Loop.LoopItem |
Loop.newItem(int iteration)
Create a new LoopItem for loop at iteration. |
| Methods in org.apache.wicket.markup.html.list with parameters of type Loop.LoopItem | |
|---|---|
protected abstract void |
Loop.populateItem(Loop.LoopItem item)
Populates this loop item. |
protected void |
Loop.renderItem(Loop.LoopItem item)
Renders this loop iteration. |
| Uses of Loop.LoopItem in org.apache.wicket.markup.html.navigation.paging |
|---|
| Methods in org.apache.wicket.markup.html.navigation.paging with parameters of type Loop.LoopItem | |
|---|---|
protected void |
PagingNavigation.populateItem(Loop.LoopItem loopItem)
Populate the current cell with a page link (PagingNavigationLink) enclosing the page number the link is pointing to. |
protected void |
PagingNavigation.renderItem(Loop.LoopItem loopItem)
Renders the page link. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||