Uses of Class
org.ujorm.wicket.component.form.fields.ComboField

Packages that use ComboField
org.ujorm.wicket.component.form.fields   
 

Uses of ComboField in org.ujorm.wicket.component.form.fields
 

Methods in org.ujorm.wicket.component.form.fields that return ComboField
static
<T extends OrmUjo>
ComboField<T>
ComboField.of(Key<?,T> key, org.ujorm.criterion.Criterion<T> items, Key<T,?> display)
          Create new ComboField using database request
static
<T extends OrmUjo>
ComboField<T>
ComboField.of(Key<?,T> key, Query<T> query, Key<T,?> display)
          Create new ComboField using database request
 



Copyright © 2015. All Rights Reserved.