AlertForm
| Kind of class: | class |
|---|---|
| Inherits from: | UIComponent < UIObject < MovieClip |
| Classpath: | mx.controls.alertClasses.AlertForm |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
form within the alert window containing
message,buttons, and/or icon
message,buttons, and/or icon
Summary
Constructor
Class properties
- symbolOwner : Object
Class properties inherited from UIComponent
Class properties inherited from UIObject
Instance properties
- idNames : Array
- text_mc : TextArea
- icon_mc : SkinElement
- buttons : Array
- extent : Object
- detail : Number
- defButtonName : String
- textMeasure_mc : TextField
Instance properties inherited from UIComponent
Instance properties inherited from UIObject
__height __onUnload __width _color _endInit _id _maxHeight _maxWidth _minHeight _minWidth _preferredHeight _preferredWidth _tf _topmost addEventListener bottom buildDepthTable changeColorStyleInChildren changeTextStyleInChildren childrenCreated className clipParameters color createAccessibilityImplementation createChildAtDepth createClassChildAtDepth createEvent dispatchEvent embedFonts findNextAvailableDepth fontFamily fontSize fontStyle fontWeight handleEvent height idNames ignoreClassStyleDeclaration initProperties invalidateFlag left lineColor lineWidth marginLeft marginRight methodTable minHeight minWidth notifyStyleChangeInChildren removeEventListener right scaleX scaleY setStyle stylecache styleName tabEnabled textAlign textDecoration textIndent tfList top validateNow visible width x y
Class methods
Class methods inherited from UIObject
Instance methods
- init (Void) : Void
- setDefaultButton : Void
- createChildren (Void) : Void
- createButton (name:String, title:String, detail:Number) : Void
- getSize (Void) : Object
- draw (Void) : Void
- size (Void) : Void
Instance methods inherited from UIObject
__getTextFormat _createChildren _getTextFormat cancelAllDoLaters constructObject createChildren createClassObject createEmptyObject createLabel createObject createSkin destroyObject doLater doLaterDispatcher draw drawRect getClassStyleDeclaration getMinHeight getMinWidth getSkinIDName getStyle getStyleName init initFromClipParameters invalidate invalidateStyle move redraw setColor setMinHeight setMinWidth setSize setSkin setVisible size
Constructor
AlertForm
function AlertForm (
)
Class properties
symbolOwner
static symbolOwner:Object = UIComponent
(read)
Instance properties
buttons
buttons:Array
(read)
defButtonName
defButtonName:String = undefined
(read)
detail
detail:Number
(read)
extent
extent:Object
(read)
icon_mc
idNames
idNames:Array = [ "text_mc", "icon_mc" ]
(read)
text_mc
textMeasure_mc
textMeasure_mc:TextField
(read)
Instance methods
createButton
function createButton (
name:String,
title:String,
detail:Number) : Void
getSize
function getSize (
Void) : Object
setDefaultButton
function setDefaultButton (
) : Void
Event handlers
onClick
function onClick (
evt:Object) : Void