Package de.xima.fc.form.common.models
Interface IXGlobalValidationParams
- All Superinterfaces:
IXBaseValidationParams
,Serializable
- All Known Implementing Classes:
XGlobalValidationParams
Interface for the parameters passed to the
IXItemBasic.validateGlobal(IXGlobalValidationParams)
method.- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.form.common.models.IXBaseValidationParams
getClientId, getDynContainerMap, getFieldValuesMap, getFormRenderConfig, getFRQSessionAttributes, getI18nValue, getLocale, getValues, isShouldValidate, isValuesEmpty
-
Method Details
-
getXItemPropertiesData
List<IXItemPropertiesData> getXItemPropertiesData()- Returns:
- A wrapper object for accessing the properties (
XPropertyEnum
) of the form items to validate.
-