| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.DataValidatorProxy
Field Summary | |
| public | functionName: String |
| The function to callback | |
| public | listener: Object |
| The instance to callback | |
Constructor | |
| public | DataValidatorProxy ( listener: Object, functionName: String) |
| Constructor | |
Method Summary | |
| public | validate ( value: Object, property: String ): Boolean |
| Performs validation on data. | |
| public var functionName: String |
| The function to callback |
| public var listener: Object |
| The instance to callback |
|
| Constructor | ||||||
|
|
| Performs validation on data. Called automatically to validate the data contained by the value parameter. Since validate() might be called repeatedly, avoid adding code that takes a long time to complete
| ||||||
|