| Package | Description |
|---|---|
| org.ujorm.wicket.component.form | |
| org.ujorm.wicket.component.form.fields |
| Modifier and Type | Method and Description |
|---|---|
Field |
FieldProvider.getField(Key key)
Return field
|
| 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
|
protected void |
FieldProvider.setValidator(Key<U,?> key,
Field field)
Set a validator of the Key to the Field from argument
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanField
CheckBox field with a Label includding a feedback message.
|
class |
ComboField<T extends Ujo>
CheckBox field with a Label includding a feedback message.
|
class |
DateField
CheckBox field with a Label includding a feedback message.
|
class |
EnumField<T extends Ujo,E extends Enum<E>>
CheckBox field with a Label includding a feedback message.
|
class |
FeedbackField
Common Feedback Field
|
class |
PasswordField
Text field for a password includding a feedback message.
|
class |
TextAreaField
CheckBox field with a Label includding a feedback message.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.setValidator(org.apache.wicket.validation.IValidator<?> validator)
Validator setter
|
Field |
Field.setValidator(Validator<?> validator)
Validator setter
|
Copyright © 2014. All Rights Reserved.