Uses of Class
org.ujorm.wicket.component.grid.ListDataProvider

Packages that use ListDataProvider
org.ujorm.wicket.component.grid   
 

Uses of ListDataProvider in org.ujorm.wicket.component.grid
 

Methods in org.ujorm.wicket.component.grid that return ListDataProvider
static
<T extends Ujo>
ListDataProvider<T>
ListDataProvider.of(org.ujorm.criterion.Criterion<? super T> criterion)
          Factory for the class
static
<T extends Ujo>
ListDataProvider<T>
ListDataProvider.of(org.ujorm.criterion.Criterion<T> criterion, Key<? super T,?> defaultSort)
          Factory for the class
static
<T extends Ujo>
ListDataProvider<T>
ListDataProvider.of(org.apache.wicket.model.IModel<org.ujorm.criterion.Criterion<T>> criterion)
          Factory for the class
static
<T extends Ujo>
ListDataProvider<T>
ListDataProvider.of(org.apache.wicket.model.IModel<org.ujorm.criterion.Criterion<T>> criterion, Key<? super T,?> defaultSort)
          Factory for the class
 



Copyright © 2014. All Rights Reserved.