Uses of Interface
de.xima.fc.form.common.models.IFormContainerMetaData
Packages that use IFormContainerMetaData
Package
Description
Klassen für Formularfeld-Metainformationen
Adapterklassen zur Formulardatenverarbeitung
-
Uses of IFormContainerMetaData in de.xima.fc.common.form
Methods in de.xima.fc.common.form that return types with arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionFormDataAdapterWrapper.createCompleteDynContainerMap()FormDataAdapterWrapper.getIDynContainerMap() -
Uses of IFormContainerMetaData in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return IFormContainerMetaDataModifier and TypeMethodDescriptionXItemRenderCtx.findRepetitionContainerMeta(IXItemPropertiesData item) Makes a best attempt to find the repetition container for a given item.Methods in de.xima.fc.form.common.models that return types with arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionMap<String, ? extends IFormContainerMetaData> IXBaseValidationParams.getDynContainerMap()Map<String, ? extends IFormContainerMetaData> XItemRenderCtx.getDynFieldMap()Note: Usually you should useXItemRenderCtx.findRepetitionContainerMeta(IXItemPropertiesData)to access the container meta.Method parameters in de.xima.fc.form.common.models with type arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionXItemRenderCtx.XItemRenderCtxBuilder.withDynFieldMap(Map<String, ? extends IFormContainerMetaData> dynValues) -
Uses of IFormContainerMetaData in de.xima.fc.form.render
Fields in de.xima.fc.form.render with type parameters of type IFormContainerMetaDataModifier and TypeFieldDescriptionprotected Map<String, IFormContainerMetaData> FormRenderContext.fieldContainerMapMethods in de.xima.fc.form.render that return types with arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionFormRenderContext.getIDynContainerMap()FormRenderContextWrapper.getIDynContainerMap()Method parameters in de.xima.fc.form.render with type arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionvoidFormRenderContext.setIDynContainerMap(Map<String, IFormContainerMetaData> fieldContainerMap) voidFormRenderContextWrapper.setIDynContainerMap(Map<String, IFormContainerMetaData> fieldContainerMap) -
Uses of IFormContainerMetaData in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptiondefault Map<String, IFormContainerMetaData> IFormDataAdapter.createCompleteDynContainerMap()IFormDataAdapter.getIDynContainerMap()IFormRenderContext.getIDynContainerMap()*Method parameters in de.xima.fc.interfaces.form with type arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptionvoidIFormRenderContext.setIDynContainerMap(Map<String, IFormContainerMetaData> fieldContainerMap) -
Uses of IFormContainerMetaData in de.xima.fc.mdl.fdv.form
Classes in de.xima.fc.mdl.fdv.form that implement IFormContainerMetaData -
Uses of IFormContainerMetaData in de.xima.fc.mdl.savedata
Fields in de.xima.fc.mdl.savedata with type parameters of type IFormContainerMetaDataModifier and TypeFieldDescriptionprotected final Map<String, IFormContainerMetaData> ASaveFormData.dynContainerMapprotected final Map<String, IFormContainerMetaData> ASaveFormData.fieldContainerMapMethods in de.xima.fc.mdl.savedata that return types with arguments of type IFormContainerMetaDataMethods in de.xima.fc.mdl.savedata with parameters of type IFormContainerMetaDataModifier and TypeMethodDescriptionprotected voidASaveFormData.updateContainerElements(IFormContainerMetaData container) protected voidASaveFormData.updateValuesMap(IFormContainerMetaData container, String elementName, List<String> value, int index)