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.fieldContainerMapMethods 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 TypeMethodDescriptionvoidFormRenderContext.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 TypeMethodDescriptionvoidIFormRenderContext.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.dynContainerMapprotected final Map<String,FormContainerMetaData> ASaveFormData.fieldContainerMapMethods 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 voidASaveFormData.updateContainerElements(FormContainerMetaData container) protected voidASaveFormData.updateValuesMap(FormContainerMetaData container, String elementName, List<String> value, int index)