| Package | Description |
|---|---|
| org.ujorm.wicket.component.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
UjoDataProvider<U extends OrmUjo>
Deprecated.
Use the class
OrmDataProvider rather. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OrmUjo> |
OrmDataProvider.of(org.ujorm.criterion.Criterion<T> criterion)
Factory for the class
|
static <T extends OrmUjo> |
OrmDataProvider.of(org.ujorm.criterion.Criterion<T> criterion,
org.ujorm.Key<? super T,?> defaultSort)
Factory for the class
|
static <T extends OrmUjo> |
OrmDataProvider.of(org.apache.wicket.model.IModel<org.ujorm.criterion.Criterion<T>> criterion)
Factory for the class
|
static <T extends OrmUjo> |
OrmDataProvider.of(org.apache.wicket.model.IModel<org.ujorm.criterion.Criterion<T>> criterion,
org.ujorm.Key<? super T,?> defaultSort)
Factory for the class
|
Copyright © 2017. All rights reserved.