|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
FieldProvider.getField(Key<? super U,?> key)
Returns the related Field |
|
|
FieldProvider.getLast()
Returns the last field or throw an exception |
|
| Methods in org.ujorm.wicket.component.form that return Field | |
|---|---|
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 | |
|---|---|
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 |
| Method parameters in org.ujorm.wicket.component.form with type arguments of type Field | ||
|---|---|---|
|
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 |
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 |
Field.addValidator(org.apache.wicket.validation.IValidator<T> validator)
Validator setter |
Field |
Field.addValidator(Validator<T> validator)
The Validator setter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||