Packageorg.granite.validation
Classpublic class ValidationEvent
InheritanceValidationEvent Inheritance flash.events.Event

The ValidationEvent is dipatched by the validated entity whenever a validation process starts (START_VALIDATION) or ends (END_VALIDATION).



Public Methods
 MethodDefined by
  
ValidationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ValidationEvent
Public Constants
 ConstantDefined by
  END_VALIDATION : String = "endValidation"
[static] The ValidationEvent.END_VALIDATION constant defines the value of the type property of a validation event object when a validation process is finished.
ValidationEvent
  START_VALIDATION : String = "startValidation"
[static] The ValidationEvent.START_VALIDATION constant defines the value of the type property of a validation event object when a validation process is about to begin.
ValidationEvent
Constructor detail
ValidationEvent()constructor
public function ValidationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
END_VALIDATIONconstant
public static const END_VALIDATION:String = "endValidation"

The ValidationEvent.END_VALIDATION constant defines the value of the type property of a validation event object when a validation process is finished.

START_VALIDATIONconstant 
public static const START_VALIDATION:String = "startValidation"

The ValidationEvent.START_VALIDATION constant defines the value of the type property of a validation event object when a validation process is about to begin.