Uses of Class
wicket.markup.html.list.ListItem

Packages that use ListItem
wicket.markup.html.list List components for tabular data and such. 
 

Uses of ListItem in wicket.markup.html.list
 

Methods in wicket.markup.html.list that return ListItem
protected  ListItem ListView.newItem(int index)
          Create a new ListItem for list item at index.
 

Methods in wicket.markup.html.list with parameters of type ListItem
 Link ListView.moveDownLink(java.lang.String id, ListItem item)
          Returns a link that will move the given item "down" (towards the end) in the listView.
 Link ListView.moveUpLink(java.lang.String id, ListItem item)
          Returns a link that will move the given item "up" (towards the beginning) in the listView.
protected  void ListView.onBeginPopulateItem(ListItem item)
          Comes handy for ready made ListView based components which must implement populateItem() but you don't want to lose compile time error checking reminding the user to implement abstract populateItem().
protected abstract  void ListView.populateItem(ListItem item)
          Populate a given item.
 Link ListView.removeLink(java.lang.String id, ListItem item)
          Returns a link that will remove this ListItem from the ListView that holds it.
protected  void ListView.renderItem(ListItem item)
          Render a single item.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.