Uses of Interface
de.xima.fc.form.common.models.IXItemPropertiesData
Packages that use IXItemPropertiesData
Package
Description
-
Uses of IXItemPropertiesData in de.xima.fc.form.common.condition
Methods in de.xima.fc.form.common.condition with parameters of type IXItemPropertiesDataModifier and TypeMethodDescriptionboolean
XItemConditionProcessor.isItemReadOnly
(IXItemPropertiesData item) boolean
XItemConditionProcessor.isItemRenderable
(IXItemPropertiesData item) -
Uses of IXItemPropertiesData in de.xima.fc.form.common.items
Classes in de.xima.fc.form.common.items that implement IXItemPropertiesData -
Uses of IXItemPropertiesData in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IXItemPropertiesDataModifier and TypeClassDescriptionclass
Stores all the properties (XPropertyEnum
) of a form item and offers methods to access these properties.class
Methods in de.xima.fc.form.common.models that return IXItemPropertiesDataModifier and TypeMethodDescriptionIXValidationParams.getXItemPropertiesData()
XValidationParams.getXItemPropertiesData()
Methods in de.xima.fc.form.common.models that return types with arguments of type IXItemPropertiesDataModifier and TypeMethodDescriptionIXGlobalValidationParams.getXItemPropertiesData()
XGlobalValidationParams.getXItemPropertiesData()
Methods in de.xima.fc.form.common.models with parameters of type IXItemPropertiesDataModifier and TypeMethodDescriptionvoid
XItemRenderCtx.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.XItemRenderCtx.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 IXItemPropertiesDataModifierConstructorDescriptionXValidationParams
(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 IXItemPropertiesDataModifierConstructorDescriptionXGlobalValidationParams
(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.