A queue for components that are invalid.

Available since

1.0.0

.

Static methods

staticforStage(stage:Stage):ValidationQueue

Returns the validation queue for the specified Stage. If a validation queue doesn't exist for that Stage, a new one is created.

Available since

1.0.0

.

Constructor

new(stage:Stage)

Creates a new ValidationQueue object with the given arguments.

Available since

1.0.0

.

Variables

@:flash.propertyread onlyvalidating:Bool

If true, the queue is currently validating.

Available since

1.0.0

.

Methods

addControl(control:IValidating):Void

Adds a validating component to the queue.

Available since

1.0.0

.

dispose():Void

Cleans up the validation queue.

Available since

1.0.0

.

validateNow():Void

Immediately validates all components in the queue.

Available since

1.0.0

.