Uses of Interface
de.espirit.firstspirit.forms.FormField
Packages that use FormField
Package
Description
-
Uses of FormField in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return FormFieldModifier and TypeMethodDescriptionSiteStoreVariableFormData.createVariable(Language language, String variableName) Creates a new variable with desired name in this container and return the created form field for the given language.Provides a property container describing the field with the given name. -
Uses of FormField in de.espirit.firstspirit.forms
Subinterfaces of FormField in de.espirit.firstspirit.formsModifier and TypeInterfaceDescriptioninterfaceLanguage specific property container of a form's field.Methods in de.espirit.firstspirit.forms that return FormField -
Uses of FormField in de.espirit.firstspirit.server.mediamanagement.exif
Methods in de.espirit.firstspirit.server.mediamanagement.exif with parameters of type FormFieldModifier and TypeMethodDescription<T> TExifValue.format(@Nullable ExifData exifData, @Nullable FormField<?> formField, @Nullable GomFormElement form) Format the givenExifData.ExifValueFormatter.ComplexExifValueFormatter.format(int tagHex, @Nullable ExifData exifData, @Nullable FormField<?> formField, @Nullable GomFormElement form) This method formats a complex object to produce a value of type T.This method formats a object to produce a value of type T.