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

Packages that use Loop.LoopItem
wicket.markup.html.list List components for tabular data and such. 
wicket.markup.html.navigation.paging   
 

Uses of Loop.LoopItem in wicket.markup.html.list
 

Methods in 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 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 wicket.markup.html.navigation.paging
 

Methods in 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-2007 Wicket developers. All Rights Reserved.