|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface FormData
Interface definition for form data containers providing direct, generic access to transported values and form information.
| Method Summary | |
|---|---|
FormField<?> |
get(Language language,
String fieldName)
Provides a property container describing the field with the given name. |
GomEditorProvider |
getForm()
Provides the form definition. |
| Method Detail |
|---|
@NotNull GomEditorProvider getForm()
@NotNull
FormField<?> get(@Nullable
Language language,
String fieldName)
throws NoSuchFormFieldException
Use FormData.getForm().appendEditorNames(null) to get a list of valid field names. For language indepent fields (GomFormElement#usesLanguages() delivers false) one could supply null for the parameter language.
language - The language to get the property for or null for language independent fields.fieldName - The name of the field to look up.
NoSuchFormFieldException - If there is no entry for the given name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||