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 | ||
![]() | [override]
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void
The method called when added to a parent. | UIBase | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
![]() | isHeightSizedToContent():Boolean | UIBase | |
![]() | isWidthSizedToContent():Boolean | UIBase | |
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | UIBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setX(value:Number):void | UIBase | |
![]() | setY(value:Number):void | 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 | ||
---|---|---|---|---|
![]() | Set a different class for click events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
SimpleAlert | ||||
![]() | Set a different class for mouseDown events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseMove events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseOut events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseOver events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseUp events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for rollOut events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for rollOver events so that there aren't dependencies on the flash classes on the JS side. | UIBase |
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 |