Package de.xima.fc.form.common.models
Interface IXValidationParams
-
- All Superinterfaces:
IXBaseValidationParams
,Serializable
- All Known Implementing Classes:
XValidationParams
public interface IXValidationParams extends IXBaseValidationParams
Interface for the parameters passed to theIXItemBasic.validate(IXValidationParams)
method.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String[]>
getValues()
IXItemPropertiesData
getXItemPropertiesData()
-
Methods inherited from interface de.xima.fc.form.common.models.IXBaseValidationParams
getClientId, getFieldValuesMap, getFormRenderConfig, getFRQSessionAttributes, getI18nValue, getLocale, getValues, isValuesEmpty
-
-
-
-
Method Detail
-
getXItemPropertiesData
IXItemPropertiesData getXItemPropertiesData()
- Returns:
- A wrapper object for accessing the properties (
XPropertyEnum
) of the form item to validate.
-
-