Packageorg.granite.tide.validators
Classpublic class TideEntityValidator
InheritanceTideEntityValidator Inheritance mx.validators.Validator

Validator component that listens to ConstraintViolationEvent coming from server validation and dispatches them as client validator events



Public Properties
 PropertyDefined by
  entity : Object
Entity that is tracked for validation errors The property is defined by the inherited 'property' of the Validator class
TideEntityValidator
Protected Methods
 MethodDefined by
  
doValidation(value:Object):Array
TideEntityValidator
Property detail
entityproperty
entity:Object  [read-write]

Entity that is tracked for validation errors The property is defined by the inherited 'property' of the Validator class

This property can be used as the source for data binding.

Implementation
    public function get entity():Object
    public function set entity(value:Object):void
Method detail
doValidation()method
protected override function doValidation(value:Object):Array

Parameters
value:Object

Returns
Array