public interface RemoteFormData extends FormData
FormData in that remote form fields are provided.| Modifier and Type | Interface and Description |
|---|---|
static class |
RemoteFormData.InaccessibleException
Thrown to indicate that a field is not accessible.
|
@NotNull RemoteFormField<?> get(@Nullable Language language, String fieldName) throws NoSuchFormFieldException, RemoteFormData.InaccessibleException
FormData.getForm().appendEditorNames(null) to
get a list of valid field names. For language indepent fields (de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement#usesLanguages()GomFormElement#usesLanguages() delivers false) one can supply null for the parameter language.get in interface FormDatalanguage - 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.RemoteFormData.InaccessibleException - If the requested field is not accessible.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408