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

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

Uses of Field in org.ujorm.wicket.component.form
 

Methods in org.ujorm.wicket.component.form with type parameters of type Field
<F extends Field>
F
FieldProvider.getField(Key<? super U,?> key)
          Returns the related Field
<T extends Field>
T
FieldProvider.getLast()
          Returns the last field or throw an exception
 

Methods in org.ujorm.wicket.component.form that return Field
<T> Field<T>
FieldProvider.add(Field<T> field)
          Add any field to a repeating view and set the OutputMarkupPlaceholderTag to value true.
<T> Field<T>
FieldProvider.add(Key<? super U,T> key)
          Add new field to a repeating view
<T extends Ujo>
Field<T>
FieldProvider.add(Key<? super U,T> key, Class<? extends Field> fieldClass)
          Create a field of the required instance and set the result into container.
<T extends Ujo & Serializable>
Field<T>
FieldProvider.add(Key<? super U,T> key, org.ujorm.criterion.Criterion<T> filter)
          Add new field to a repeating view
<T extends OrmUjo>
Field<T>
FieldProvider.add(Key<? super U,T> key, Key<T,?> display, org.ujorm.criterion.Criterion<T> crn)
          Add a Combo-box for a persistent entity
<T extends Ujo & Serializable>
Field<T>
FieldProvider.add(Key<? super U,T> key, OfferModel<T> model)
          Add new field to a repeating view
protected  Field<?> FieldProvider.findFirstField()
          Find first enabled field with a non-null Key or return the null.
 

Methods in org.ujorm.wicket.component.form that return types with arguments of type Field
 Collection<Field> FieldProvider.getFields()
          Return all fields
 

Methods in org.ujorm.wicket.component.form with parameters of type Field
<T> Field<T>
FieldProvider.add(Field<T> field)
          Add any field to a repeating view and set the OutputMarkupPlaceholderTag to value true.
protected  void FieldProvider.addValidator(Key<? super U,?> key, Field field)
          Set a validator of the Key to the Field from argument
 

Method parameters in org.ujorm.wicket.component.form with type arguments of type Field
<T extends Ujo>
Field<T>
FieldProvider.add(Key<? super U,T> key, Class<? extends Field> fieldClass)
          Create a field of the required instance and set the result into container.
 

Constructor parameters in org.ujorm.wicket.component.form with type arguments of type Field
FieldProvider(org.apache.wicket.markup.repeater.RepeatingView repeatingView, Map<String,Field> fields)
          Final constructor
 

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

Subclasses of Field in org.ujorm.wicket.component.form.fields
 class BooleanField<T extends Boolean>
          CheckBox field with a Label including a feedback message.
 class ComboField<T extends Ujo>
          CheckBox field with a Label including a feedback message.
 class DateField<T>
          CheckBox field with a Label including a feedback message.
 class EnumField<T extends Enum<T>>
          CheckBox field with a Label including a feedback message.
 class FeedbackField<T>
          Common Feedback Field
 class GridField<T>
          GridField field with a Label including a feedback message.
 class OfferField<U extends Ujo & Serializable>
          UjoField field with a Label including a feedback message.
 class PasswordField<T>
          Text field for a password including a feedback message.
 class TextAreaField<T extends String>
          CheckBox field with a Label including a feedback message.
 class TextField<T extends String>
          Input textfield with a Label including a feedback message.
 

Methods in org.ujorm.wicket.component.form.fields that return Field
 Field<T> Field.addBehaviour(org.apache.wicket.ajax.AjaxEventBehavior behavior)
          add Behaviour
 Field<T> Field.addCssStyle(String cssStyle)
          Add a CSS style to the current field
 Field<T> Field.addValidator(org.apache.wicket.validation.IValidator<T> validator)
          Validator setter
 Field<T> Field.addValidator(Validator<T> validator)
          The Validator setter
static
<T extends OrmUjo & Serializable>
Field<T>
OfferField.of(Key<?,T> key, Query<T> query, Key<T,?> display)
          Create new ComboField using database request
static
<U extends OrmUjo & Serializable>
Field<U>
OfferField.of(Key<?,U> key)
          Create new ComboField using database request
static
<U extends OrmUjo & Serializable>
Field<U>
OfferField.of(Key<?,U> key, Key<U,?> display)
          Create new ComboField using database request
 



Copyright © 2015. All Rights Reserved.