| Package | Description |
|---|---|
| org.ujorm.wicket.component.form | |
| org.ujorm.wicket.component.form.fields |
| Modifier and Type | Method and Description |
|---|---|
<F extends Field> |
FieldProvider.getField(Key<? super U,?> key)
Returns the related Field
|
<T extends Field> |
FieldProvider.getLast()
Returns the last field or throw an exception
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Field> |
FieldProvider.getFields()
Return all fields
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldProvider.add(Field 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
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Ujo> |
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 and Description |
|---|
FieldProvider(org.apache.wicket.markup.repeater.RepeatingView repeatingView,
Map<String,Field> fields)
Final constructor
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.addValidator(org.apache.wicket.validation.IValidator<T> validator)
Validator setter
|
Field |
Field.addValidator(Validator<T> validator)
The Validator setter
|
Copyright © 2014. All Rights Reserved.