Uses of Class
org.apache.wicket.markup.html.list.LoopItem

Packages that use LoopItem
org.apache.wicket.extensions.markup.html.tabs Package for working with tab panels. 
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.extensions.markup.html.tabs
 

Methods in org.apache.wicket.extensions.markup.html.tabs that return LoopItem
protected  LoopItem TabbedPanel.newTabContainer(int tabIndex)
          Generates a loop item used to represent a specific tab's li element.
 

Uses of LoopItem in org.apache.wicket.markup.html.list
 

Subclasses of LoopItem in org.apache.wicket.markup.html.list
 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.
 

Methods in org.apache.wicket.markup.html.list that return LoopItem
protected  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 LoopItem
protected abstract  void Loop.populateItem(LoopItem item)
          Populates this loop item.
protected  void Loop.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
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.
 

Uses of LoopItem in org.apache.wicket.markup.repeater
 

Subclasses of LoopItem in org.apache.wicket.markup.repeater
 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-2011 Apache Software Foundation. All Rights Reserved.