|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.interfacecoldbox.system.validation.result.IValidationError
public interface IValidationError
Method Summary | |
---|---|
string |
getField()
Get the error field |
string |
getMessage()
Get the error message |
any |
getRejectedValue()
Get the rejected value |
string |
getValidationData()
Get the error validation data |
string |
getValidationType()
Get the error validation type |
IValidationError |
setField(string field)
Set the field |
IValidationError |
setMessage(string message)
Set the error message |
IValidationError |
setRejectedValue(any value)
Set the rejected value |
IValidationError |
setValidationData(any data)
Set the validator data |
IValidationError |
setValidationType(any validationType)
Set the validator type name that rejected |
Methods inherited from class WEB-INF.cftags.interface |
---|
None
|
Method Detail |
---|
public string getField()
public string getMessage()
public any getRejectedValue()
public string getValidationData()
public string getValidationType()
public IValidationError setField(string field)
field
public IValidationError setMessage(string message)
message
- The error messagepublic IValidationError setRejectedValue(any value)
value
- The rejected valuepublic IValidationError setValidationData(any data)
data
- The data of the validatorpublic IValidationError setValidationType(any validationType)
validationType
- The name of the rejected validator
|
ColdBox Platform v3.8.0 | ||||
FRAMES |