Packageorg.apache.flex.html.beads
Classpublic class AlertView
InheritanceAlertView Inheritance Object
Implements IBeadView

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

The AlertView class creates the visual elements of the org.apache.flex.html.Alert component. The job of the view bead is to put together the parts of the Alert, such as the title bar, message, and various buttons, within the space of the Alert component strand.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
AlertView
Public Methods
 MethodDefined By
  
constructor.
AlertView
Property Detail
strandproperty
strand:IStrand  [write-only]

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 set strand(value:IStrand):void
Constructor Detail
AlertView()Constructor
public function AlertView()

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

constructor.