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

Packages that use ListView
org.apache.wicket.markup.html.list List components for tabular data and such. 
 

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

Subclasses of ListView in org.apache.wicket.markup.html.list
 class PageableListView
          PageableListView is similar to ListView but provides in addition pageable views.
 class PropertyListView
          Simple ListVew subclass that wraps its item models in a BoundCompoundPropertyModel.
 

Methods in org.apache.wicket.markup.html.list that return ListView
 ListView ListView.setReuseItems(boolean reuseItems)
          If true re-rendering the list view is more efficient if the windows doesn't get changed at all or if it gets scrolled (compared to paging).
 ListView ListView.setStartIndex(int startIndex)
          Set the index of the first item to render
 ListView PageableListView.setStartIndex(int startIndex)
          Prevent users from accidentally using it.
 ListView ListView.setViewSize(int size)
          Define the maximum number of items to render.
 ListView PageableListView.setViewSize(int size)
          Prevent users from accidentally using it.
 

Constructors in org.apache.wicket.markup.html.list with parameters of type ListView
ListItemModel(ListView listView, int index)
          Construct
 



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