Uses of Interface
de.xima.fc.form.common.models.IXItemPropertiesData
-
Packages that use IXItemPropertiesData Package Description de.xima.fc.form.common.condition de.xima.fc.form.common.items de.xima.fc.form.common.models de.xima.fc.form.common.upload -
-
Uses of IXItemPropertiesData in de.xima.fc.form.common.condition
Methods in de.xima.fc.form.common.condition with parameters of type IXItemPropertiesData Modifier and Type Method Description booleanXItemConditionProcessor. isItemReadOnly(IXItemPropertiesData item)booleanXItemConditionProcessor. isItemRenderable(IXItemPropertiesData item) -
Uses of IXItemPropertiesData in de.xima.fc.form.common.items
Classes in de.xima.fc.form.common.items that implement IXItemPropertiesData Modifier and Type Class Description classXItem -
Uses of IXItemPropertiesData in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IXItemPropertiesData Modifier and Type Class Description classAXItemPropertiesDataStores all the properties (XPropertyEnum) of a form item and offers methods to access these properties.classXItemRenderDataMethods in de.xima.fc.form.common.models that return IXItemPropertiesData Modifier and Type Method Description IXItemPropertiesDataIXValidationParams. getXItemPropertiesData()IXItemPropertiesDataXValidationParams. getXItemPropertiesData()Methods in de.xima.fc.form.common.models that return types with arguments of type IXItemPropertiesData Modifier and Type Method Description List<IXItemPropertiesData>IXGlobalValidationParams. getXItemPropertiesData()List<IXItemPropertiesData>XGlobalValidationParams. getXItemPropertiesData()Methods in de.xima.fc.form.common.models with parameters of type IXItemPropertiesData Modifier and Type Method Description voidXItemRenderCtx. addDynValues(IXItemPropertiesData item, String suffix, Map<String,List<String[]>> valuesMap)Adds all values from the item with the given ID that are found in the values map to theXItemRenderCtx.getDynValues()map.IFormContainerMetaDataXItemRenderCtx. findRepetitionContainerMeta(IXItemPropertiesData item)Makes a best attempt to find the repetition container for a given item.Constructors in de.xima.fc.form.common.models with parameters of type IXItemPropertiesData Constructor Description XValidationParams(List<String[]> values, Map<String,List<String[]>> valuesMap, int ordinalIndex, Map<String,? extends IFormContainerMetaData> dynContainerMap, IXItemPropertiesData xItemPropertiesData, IXFormRenderConfig formRenderConfig, Map<Serializable,Serializable> frqSessionAttributes, long clientId, boolean shouldValidate)Creates a new params object with the given data.Constructor parameters in de.xima.fc.form.common.models with type arguments of type IXItemPropertiesData Constructor Description XGlobalValidationParams(Map<String,List<String[]>> valuesMap, Map<String,? extends IFormContainerMetaData> dynContainerMap, List<IXItemPropertiesData> xItemPropertiesData, IXFormRenderConfig formRenderConfig, Map<Serializable,Serializable> frqSessionAttributes, long clientId, boolean shouldValidate)Creates a new params object with the given data. -
Uses of IXItemPropertiesData in de.xima.fc.form.common.upload
Methods in de.xima.fc.form.common.upload with parameters of type IXItemPropertiesData Modifier and Type Method Description static IXUploadXUploadContentTransformer. transformXUpload(IXUpload upload, IXItemPropertiesData item, Path tempDir)Transforms the content of the given upload, using the configuring of the given upload item.
-