Uses of Interface
de.xima.fc.form.common.models.IFormContainerMetaData
-
Packages that use IFormContainerMetaData Package Description de.xima.fc.common.form de.xima.fc.form.common.models de.xima.fc.form.render de.xima.fc.interfaces.form de.xima.fc.mdl.fdv.form Klassen für Formularfeld-Metainformationende.xima.fc.mdl.savedata 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 IFormContainerMetaData Modifier and Type Method Description Map<String,IFormContainerMetaData>FormDataAdapterWrapper. createCompleteDynContainerMap()Map<String,IFormContainerMetaData>FormDataAdapterWrapper. getIDynContainerMap() -
Uses of IFormContainerMetaData in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return IFormContainerMetaData Modifier and Type Method Description IFormContainerMetaDataXItemRenderCtx. 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 IFormContainerMetaData Modifier and Type Method Description Map<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 IFormContainerMetaData Modifier and Type Method Description XItemRenderCtx.XItemRenderCtxBuilderXItemRenderCtx.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 IFormContainerMetaData Modifier and Type Field Description protected Map<String,IFormContainerMetaData>FormRenderContext. fieldContainerMapMethods in de.xima.fc.form.render that return types with arguments of type IFormContainerMetaData Modifier and Type Method Description Map<String,IFormContainerMetaData>FormRenderContext. getIDynContainerMap()Method parameters in de.xima.fc.form.render with type arguments of type IFormContainerMetaData Modifier and Type Method Description voidFormRenderContext. 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 IFormContainerMetaData Modifier and Type Method Description default Map<String,IFormContainerMetaData>IFormDataAdapter. createCompleteDynContainerMap()Map<String,IFormContainerMetaData>IFormDataAdapter. getIDynContainerMap()Map<String,IFormContainerMetaData>IFormRenderContext. getIDynContainerMap()*Method parameters in de.xima.fc.interfaces.form with type arguments of type IFormContainerMetaData Modifier and Type Method Description voidIFormRenderContext. 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 Modifier and Type Class Description classFormContainerMetaData -
Uses of IFormContainerMetaData in de.xima.fc.mdl.savedata
Fields in de.xima.fc.mdl.savedata with type parameters of type IFormContainerMetaData Modifier and Type Field Description protected Map<String,IFormContainerMetaData>ASaveFormData. dynContainerMapprotected Map<String,IFormContainerMetaData>ASaveFormData. fieldContainerMapMethods in de.xima.fc.mdl.savedata that return types with arguments of type IFormContainerMetaData Modifier and Type Method Description Map<String,IFormContainerMetaData>ASaveFormData. getIDynContainerMap()Methods in de.xima.fc.mdl.savedata with parameters of type IFormContainerMetaData Modifier and Type Method Description protected voidASaveFormData. updateContainerElements(IFormContainerMetaData container)protected voidASaveFormData. updateValuesMap(IFormContainerMetaData container, String elementName, List<String> value, int index)
-