public interface FormData
@NotNull GomEditorProvider getForm()
@NotNull FormField<?> get(@Nullable Language language, String fieldName) throws NoSuchFormFieldException
Use 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.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500