Packageorg.apache.flex.core
Interfacepublic interface IAlertModel extends IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors AlertModel

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

The IAlertModel interface describes the minimum set of properties available to an Alert control. More sophisticated Alert controls could have models that extend IAlertModel.



Public Properties
 PropertyDefined By
  cancelLabel : String
The label for the Cancel button in an Alert.
IAlertModel
  flags : uint
A bitmask of Alert constants that describe which buttons to show in the Alert..
IAlertModel
  htmlMessage : String
The message to be displayed by the Alert as HTML.
IAlertModel
  htmlTitle : String
The title of the Alert as HTML.
IAlertModel
  message : String
The message to be displayed by the Alert.
IAlertModel
  noLabel : String
The label for the No button in an Alert.
IAlertModel
  okLabel : String
The label for the OK button in an Alert.
IAlertModel
  title : String
The title of the Alert.
IAlertModel
  yesLabel : String
The label for the Yes button in an Alert.
IAlertModel
Property Detail
cancelLabelproperty
cancelLabel:String

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

The label for the Cancel button in an Alert.


Implementation
    public function get cancelLabel():String
    public function set cancelLabel(value:String):void
flagsproperty 
flags:uint

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

A bitmask of Alert constants that describe which buttons to show in the Alert..


Implementation
    public function get flags():uint
    public function set flags(value:uint):void
htmlMessageproperty 
htmlMessage:String

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

The message to be displayed by the Alert as HTML.


Implementation
    public function get htmlMessage():String
    public function set htmlMessage(value:String):void
htmlTitleproperty 
htmlTitle:String

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

The title of the Alert as HTML.


Implementation
    public function get htmlTitle():String
    public function set htmlTitle(value:String):void
messageproperty 
message:String

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

The message to be displayed by the Alert.


Implementation
    public function get message():String
    public function set message(value:String):void
noLabelproperty 
noLabel:String

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

The label for the No button in an Alert.


Implementation
    public function get noLabel():String
    public function set noLabel(value:String):void
okLabelproperty 
okLabel:String

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

The label for the OK button in an Alert.


Implementation
    public function get okLabel():String
    public function set okLabel(value:String):void
titleproperty 
title:String

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

The title of the Alert.


Implementation
    public function get title():String
    public function set title(value:String):void
yesLabelproperty 
yesLabel:String

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

The label for the Yes button in an Alert.


Implementation
    public function get yesLabel():String
    public function set yesLabel(value:String):void