Packageorg.apache.flex.html.beads.controllers
Classpublic class AlertController
InheritanceAlertController Inheritance Object
Implements IBeadController

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The AlertControler class bead handles the close event on the org.apache.flex.html.Alert by removing the org.apache.flex.html.Alert from the display.



Public Properties
 PropertyDefined By
  strand : IStrand
The host component for this bead.
AlertController
Public Methods
 MethodDefined By
  
constructor.
AlertController
Property Detail
strandproperty
strand:IStrand

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
AlertController()Constructor
public function AlertController()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.