Uses of Class
de.xima.fc.mdl.fdv.form.FormContainerMetaData
Packages that use FormContainerMetaData
Package
Description
Adapterklassen zur Formulardatenverarbeitung
-
Uses of FormContainerMetaData in de.xima.fc.form.render
Fields in de.xima.fc.form.render with type parameters of type FormContainerMetaDataModifier and TypeFieldDescriptionprotected Map<String,
FormContainerMetaData> FormRenderContext.fieldContainerMap
Methods in de.xima.fc.form.render that return types with arguments of type FormContainerMetaDataMethod parameters in de.xima.fc.form.render with type arguments of type FormContainerMetaDataModifier and TypeMethodDescriptionvoid
FormRenderContext.setDynContainerMap
(Map<String, FormContainerMetaData> fieldContainerMap) -
Uses of FormContainerMetaData in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type FormContainerMetaDataModifier and TypeMethodDescriptionIFormDataAdapter.getDynContainerMap()
IFormRenderContext.getDynContainerMap()
*Method parameters in de.xima.fc.interfaces.form with type arguments of type FormContainerMetaDataModifier and TypeMethodDescriptionvoid
IFormRenderContext.setDynContainerMap
(Map<String, FormContainerMetaData> fieldContainerMap) -
Uses of FormContainerMetaData in de.xima.fc.mdl.savedata
Fields in de.xima.fc.mdl.savedata with type parameters of type FormContainerMetaDataModifier and TypeFieldDescriptionprotected final Map<String,
FormContainerMetaData> ASaveFormData.dynContainerMap
protected final Map<String,
FormContainerMetaData> ASaveFormData.fieldContainerMap
Methods in de.xima.fc.mdl.savedata that return types with arguments of type FormContainerMetaDataMethods in de.xima.fc.mdl.savedata with parameters of type FormContainerMetaDataModifier and TypeMethodDescriptionprotected void
ASaveFormData.updateContainerElements
(FormContainerMetaData container) protected void
ASaveFormData.updateValuesMap
(FormContainerMetaData container, String elementName, List<String> value, int index)