Interface RemoteFormData

All Superinterfaces:
FormData

public interface RemoteFormData extends FormData
Interface definition for form data containers providing remote, generic access to transported values and form information. It differs from FormData in that remote form fields are provided.
Since:
5.0.102
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Thrown to indicate that a field is not accessible.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull RemoteFormField<?>
    get(@Nullable Language language, String fieldName)
    Provides a property container describing the field with the given name.

    Methods inherited from interface de.espirit.firstspirit.forms.FormData

    getForm