Uses of Interface
de.xima.fc.form.common.models.IFormContainerMetaData
Packages that use IFormContainerMetaData
Package
Description
Klassen für Formularfeld-Metainformationen
-
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.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type IFormContainerMetaDataModifier and TypeMethodDescriptiondefault Map<String,
IFormContainerMetaData> IFormDataAdapter.createCompleteDynContainerMap()
-
Uses of IFormContainerMetaData in de.xima.fc.mdl.fdv.form
Classes in de.xima.fc.mdl.fdv.form that implement IFormContainerMetaData