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

Packages that use Loop.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   
 

Uses of Loop.LoopItem in org.apache.wicket.extensions.markup.html.tabs
 

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

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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.