| Package | Description |
|---|---|
| org.ujorm.wicket.component.form.fields |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OrmUjo> |
ComboField.of(Key<?,?> property,
Query<T> query,
Key<T,?> display)
Create new ComboField using database request
|
static <T extends OrmUjo> |
ComboField.of(Key<?,T> property,
org.ujorm.criterion.Criterion<T> items,
Key<T,?> display)
Create new ComboField using database request
|
Copyright © 2013. All Rights Reserved.