Uses of Class
org.apache.wicket.markup.html.list.LoopItem
-
Packages that use LoopItem 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 -
-
Uses of LoopItem in org.apache.wicket.markup.html.list
Subclasses of LoopItem in org.apache.wicket.markup.html.list Modifier and Type Class Description classListItem<T>Container that holds components in a ListView.classOddEvenListItem<T>ListItem that addsclass="odd"orclass="even"html attribute depending on its index.Methods in org.apache.wicket.markup.html.list that return LoopItem Modifier and Type Method Description protected LoopItemLoop. newItem(int iteration)Create a new LoopItem for loop at iteration.Methods in org.apache.wicket.markup.html.list with parameters of type LoopItem Modifier and Type Method Description protected abstract voidLoop. populateItem(LoopItem item)Populates this loop item.protected voidLoop. renderItem(LoopItem item)Renders this loop iteration. -
Uses of LoopItem in org.apache.wicket.markup.html.navigation.paging
Methods in org.apache.wicket.markup.html.navigation.paging with parameters of type LoopItem Modifier and Type Method Description protected voidPagingNavigation. populateItem(LoopItem loopItem)Populate the current cell with a page link (PagingNavigationLink) enclosing the page number the link is pointing to.protected voidPagingNavigation. renderItem(LoopItem loopItem)Renders the page link. -
Uses of LoopItem in org.apache.wicket.markup.repeater
Subclasses of LoopItem in org.apache.wicket.markup.repeater Modifier and Type Class Description classItem<T>Container that holds components in a RefreshingView.classOddEvenItem<T>Item that sets class="even" or class="odd" attributes based on its index
-