Custom
| Kind of class: | class |
|---|---|
| Inherits from: | DataType < DataAccessor |
| Classpath: | mx.data.types.Custom |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
A datatype which is validated by a user-specified class.
Summary
Instance properties
Instance properties inherited from DataAccessor
Class methods
Class methods inherited from DataAccessor
Instance methods
- gettableTypes : Array
- settableTypes : Array
- validate (value)
- Validates the data value.
- Setup
Instance methods inherited from DataAccessor
Instance properties
classname
classname:String
(read)
validator
private validator
(read)
Instance methods
Setup
private function Setup (
)
validate
function validate (
value)
Validates the data value. You should override this function in a subclass of DataType.
Call "validationError" if you find any errors. Have fun and be safe.
# Call "validationError" if you find any errors. Have fun and be safe.
Overrides: