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