| Package | org.granite.validation |
| Class | public class ValidationEvent |
| Inheritance | ValidationEvent flash.events.Event |
ValidationEvent is dipatched by the validated entity
whenever a validation process starts (START_VALIDATION) or
ends (END_VALIDATION).
| Method | Defined by | ||
|---|---|---|---|
|
ValidationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| ValidationEvent | ||
| Constant | Defined 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 | ||
| ValidationEvent | () | constructor |
public function ValidationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| END_VALIDATION | constant |
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_VALIDATION | constant |
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.