Package | org.apache.flex.html |
Class | public class SimpleAlert |
Inheritance | SimpleAlert ![]() ![]() |
Implements | IPopUp |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
constructor. | SimpleAlert | ||
![]() |
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void
The method called when added to a parent. | UIBase | |
![]() | addElement(c:Object):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int):void
Add a component to the parent. | UIBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object):void
Remove a component from the parent. | UIBase | |
show(parent:Object):void
This function causes the SimpleAlert to appear. | SimpleAlert | ||
show(message:String, parent:Object):SimpleAlert [static]
A convenience function to compose and display the alert. | SimpleAlert |
Event | Summary | Defined By | ||
---|---|---|---|---|
SimpleAlert |
SimpleAlert | () | Constructor |
public function SimpleAlert()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
show | () | method |
public function show(parent:Object):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
This function causes the SimpleAlert to appear. The parent is used for ActionScript and identifies the IPopUpParent that manages the alert.
Parameters
parent:Object — parent The object that hosts the pop-up.
|
show | () | method |
public static function show(message:String, parent:Object):SimpleAlert
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
A convenience function to compose and display the alert.
Parameters
message:String — message The content to display in the SimpleAlert.
| |
parent:Object — parent The object that hosts the pop-up.
|
SimpleAlert |
close | Event |