Packageorg.granite.tide.events
Classpublic class TideValidatorEvent
InheritanceTideValidatorEvent Inheritance TideEvent Inheritance flash.events.Event

Event that is dispatched on the context by validation exception handlers and that can be listened by a TideEntityValidator



Public Properties
 PropertyDefined by
 Inheritedcontext : BaseContext
The context in which the event is dispatched
TideEvent
  entityProperty : String
TideValidatorEvent
  invalidValues : Array
TideValidatorEvent
Public Methods
 MethodDefined by
  
TideValidatorEvent(type:String, context:BaseContext, entityProperty:String = null, bubbles:Boolean = false, cancelable:Boolean = false, invalidValues:Array = null)
TideValidatorEvent
  
clone():Event
TideValidatorEvent
Public Constants
 ConstantDefined by
  INVALID : String = "invalid"
[static]
TideValidatorEvent
  VALID : String = "valid"
[static]
TideValidatorEvent
Property detail
entityPropertyproperty
public var entityProperty:String
invalidValuesproperty 
public var invalidValues:Array
Constructor detail
TideValidatorEvent()constructor
public function TideValidatorEvent(type:String, context:BaseContext, entityProperty:String = null, bubbles:Boolean = false, cancelable:Boolean = false, invalidValues:Array = null)Parameters
type:String
 
context:BaseContext
 
entityProperty:String (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
invalidValues:Array (default = null)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
INVALIDconstant
public static const INVALID:String = "invalid"
VALIDconstant 
public static const VALID:String = "valid"