| Package | org.granite.tide.events |
| Class | public class TideValidatorEvent |
| Inheritance | TideValidatorEvent TideEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
![]() | context : BaseContext
The context in which the event is dispatched
| TideEvent | |
| entityProperty : String | TideValidatorEvent | ||
| invalidValues : Array | TideValidatorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TideValidatorEvent(type:String, context:BaseContext, entityProperty:String = null, bubbles:Boolean = false, cancelable:Boolean = false, invalidValues:Array = null)
| TideValidatorEvent | ||
|
clone():Event
| TideValidatorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| INVALID : String = "invalid" [static]
| TideValidatorEvent | ||
| VALID : String = "valid" [static]
| TideValidatorEvent | ||
| entityProperty | property |
public var entityProperty:String
| invalidValues | property |
public var invalidValues:Array
| 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) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| INVALID | constant |
public static const INVALID:String = "invalid"
| VALID | constant |
public static const VALID:String = "valid"