public class XValidationParams extends Object implements IXValidationParams
IXValidationParams.| Constructor and Description | 
|---|
XValidationParams(List<String[]> values,
                 Map<String,List<String[]>> valuesMap,
                 IXItemPropertiesData xItemPropertiesData,
                 IXFormRenderConfig formRenderConfig,
                 Map<Serializable,Serializable> frqSessionAttributes,
                 long clientId)
Creates a new params object with the given data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getClientId()  | 
Map<String,List<String[]>> | 
getFieldValuesMap()  | 
IXFormRenderConfig | 
getFormRenderConfig()  | 
Map<Serializable,Serializable> | 
getFRQSessionAttributes()  | 
List<String[]> | 
getValues()  | 
IXItemPropertiesData | 
getXItemPropertiesData()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalepublic XValidationParams(List<String[]> values, Map<String,List<String[]>> valuesMap, IXItemPropertiesData xItemPropertiesData, IXFormRenderConfig formRenderConfig, Map<Serializable,Serializable> frqSessionAttributes, long clientId)
values - The value for IXValidationParams.getValues().valuesMap - The value for IXValidationParams.getFieldValuesMap().xItemPropertiesData - The value for IXValidationParams.getXItemPropertiesData().formRenderConfig - The value for IXValidationParams.getFormRenderConfig().frqSessionAttributes - The value for IXValidationParams.getFRQSessionAttributes().clientId - The value for IXValidationParams.getClientId().public long getClientId()
getClientId in interface IXValidationParamspublic Map<String,List<String[]>> getFieldValuesMap()
getFieldValuesMap in interface IXValidationParamspublic IXFormRenderConfig getFormRenderConfig()
getFormRenderConfig in interface IXValidationParamspublic Map<Serializable,Serializable> getFRQSessionAttributes()
getFRQSessionAttributes in interface IXValidationParamspublic List<String[]> getValues()
getValues in interface IXValidationParamspublic IXItemPropertiesData getXItemPropertiesData()
getXItemPropertiesData in interface IXValidationParamsXPropertyEnum) of the form item to validate.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.