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

classname

classname:String
(read)

validator

private validator
(read)

Instance methods

gettableTypes

function gettableTypes (
) : Array

settableTypes

function settableTypes (
) : Array

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.
#