Uses of Class
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider

Packages that use SortableDataProvider
org.apache.wicket.examples.repeater   
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common.web   
 

Uses of SortableDataProvider in org.apache.wicket.examples.repeater
 

Subclasses of SortableDataProvider in org.apache.wicket.examples.repeater
 class SortableContactDataProvider
          implementation of IDataProvider for contacts that keeps track of sort information
 

Uses of SortableDataProvider in org.apache.wicket.spring.annot.web
 

Subclasses of SortableDataProvider in org.apache.wicket.spring.annot.web
 class ProxyDataProvider
           
 

Methods in org.apache.wicket.spring.annot.web that return SortableDataProvider
protected  SortableDataProvider<?> AnnotPage.getDataProvider()
           
 

Uses of SortableDataProvider in org.apache.wicket.spring.common.web
 

Subclasses of SortableDataProvider in org.apache.wicket.spring.common.web
 class ContactDataProvider
          Base class for contact data provider implementations.
 

Methods in org.apache.wicket.spring.common.web that return SortableDataProvider
protected abstract  SortableDataProvider<?> ContactsDisplayPage.getDataProvider()
           
 



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