RIATest 2 Documentation Copyright © RIATest.com

FlexAlert

Jump to Events | Properties

Extends FlexPanel > FlexContainer > FlexUIComponent > FlexDisplayObject
Native Flex Classesmx.controls.Alert

Events

Event Description Defined By

keyPress


keyPress(keyCode:String, keyModifier:int = 0)

Native Flex Class: flash.events.KeyboardEvent

Parameters details:
keyCode

Integer code of the key.

keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexAlert

Derived Events

Event Description Defined By

click


click(keyModifier:int = 0)

Native Flex Class: flash.events.MouseEvent

Mouse is clicked on the object.

Parameters details:
keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexDisplayObject

dragComplete


dragComplete(keyModifier:int = 0)

Native Flex Class: mx.automation.events.AutomationDragEvent

Parameters details:
keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexContainer

dragDrop


dragDrop(action:String, draggedItem:String = null, keyModifier:int = 0)

Native Flex Class: mx.automation.events.AutomationDragEvent

Parameters details:
action

'move' or 'copy' action.

draggedItem

Value of automationName property of an object. Default value is null.

keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexContainer

dragStart


dragStart(draggedItem:String, keyModifier:int = 0)

Native Flex Class: mx.automation.events.AutomationDragEvent

Parameters details:
draggedItem

Value of automationName property of an object.

keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexContainer

keyFocusChange


keyFocusChange(shiftKey:Boolean = false, keyCode:String = KEY_TAB)

Native Flex Class: flash.events.FocusEvent

Parameters details:
shiftKey

Default value is false.

keyCode

Integer code of the key. Default value is KEY_TAB.

FlexUIComponent

menuItemSelect


menuItemSelect(target:String)

Native Flex Class: flash.events.ContextMenuEvent

Parameters details:
target

FlexDisplayObject

menuSelect


menuSelect()

Native Flex Class: flash.events.ContextMenuEvent
FlexDisplayObject

mouseMove


mouseMove(localX:int = 0, localY:int = 0, keyModifier:int = 0)

Native Flex Class: flash.events.MouseEvent

Mouse is moved over the object.

Parameters details:
localX

Horizontal coordinate of mouse cursor. Default value is 0.

localY

Vertical coordinate of mouse cursor. Default value is 0.

keyModifier

State of Ctrl,Shift,Alt keys. Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexDisplayObject

mouseWheel


mouseWheel(delta:int = 0)

Native Flex Class: flash.events.MouseEvent

Mouse wheel is spun

Parameters details:
delta

The number of lines to scroll. Default value is 0.

FlexContainer

scroll


scroll(position:int, direction:int, detail:Enumeration = null)

Native Flex Class: mx.events.ScrollEvent

Parameters details:
position

The position after scrolling.

direction

One of SCROLL_HORIZONTAL or SCROLL_VERTICAL.

detail

Default value is null.

FlexContainer

Properties

Property Description Defined By
cancelLabel
Type: String
This property is used for verfication.
FlexAlert
defaultButtonFlag
Type: Number
This property is used for verfication.
FlexAlert
noLabel
Type: String
This property is used for verfication.
FlexAlert
okLabel
Type: String
This property is used for verfication.
FlexAlert
text
Type: String
This property is used for default verification.
FlexAlert
yesLabel
Type: String
This property is used for verfication.
FlexAlert

Derived Properties

Property Description Defined By
alpha
Type: Number
This property is used for verfication.
FlexDisplayObject
automationClassName
Type: String
This property is used for identification.
FlexUIComponent
automationIndex
Type: String
This property is used for identification.
FlexUIComponent
automationName
Type: String
This property is used for identification.
FlexUIComponent
backgroundAlpha
Type: Number
This property is used for verfication.
FlexContainer
backgroundColor
Type: String
This property is used for verfication.
FlexContainer
backgroundDisabledColor
Type: String
This property is used for verfication.
FlexContainer
backgroundImage
Type: String
This property is used for verfication.
FlexContainer
backgroundSize
Type: String
This property is used for verfication.
FlexContainer
className
Type: String
This property is used for identification.
FlexUIComponent
creationIndex
Type: int
This property is used for verfication.
FlexContainer
creationPolicy
Type: String
This property is used for verfication.
FlexContainer
currentState
Type: String
This property is used for verfication.
FlexUIComponent
dropShadowEnabled
Type: Boolean
This property is used for verfication.
FlexPanel
enabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
errorColor
Type: String
This property is used for verfication.
FlexUIComponent
errorString
Type: String
This property is used for verfication.
FlexUIComponent
fillAlphas
Type: String
This property is used for verfication.
FlexContainer
fillColors
Type: String
This property is used for verfication.
FlexContainer
focusEnabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
fontFamily
Type: String
This property is used for verfication.
FlexContainer
fontSize
Type: Number
This property is used for verfication.
FlexContainer
fontStyle
Type: String
This property is used for verfication.
FlexContainer
fontWeight
Type: String
This property is used for verfication.
FlexContainer
footerColors
Type: String
This property is used for verfication.
FlexPanel
headerColors
Type: String
This property is used for verfication.
FlexPanel
headerHeight
Type: int
This property is used for verfication.
FlexPanel
height
Type: Number
This property is used for verfication.
FlexDisplayObject
id
Type: String
This property is used for identification.
This property is used for verfication.
FlexUIComponent
label
Type: String
This property is used for identification.
This property is used for verfication.
FlexContainer
mouseEnabled
Type: Boolean
This property is used for verfication.
FlexDisplayObject
numAutomationChildren
Type: int
This property is used for verfication.
FlexUIComponent
numChildren
Type: int
This property is used for verfication.
FlexContainer
percentHeight
Type: Number
This property is used for verfication.
FlexUIComponent
percentWidth
Type: Number
This property is used for verfication.
FlexUIComponent
scaleX
Type: Number
This property is used for verfication.
FlexUIComponent
scaleY
Type: Number
This property is used for verfication.
FlexUIComponent
status
Type: String
This property is used for verfication.
FlexPanel
tabChildren
Type: Boolean
This property is used for verfication.
FlexDisplayObject
tabEnabled
Type: Boolean
This property is used for verfication.
FlexDisplayObject
tabIndex
Type: int
This property is used for verfication.
FlexDisplayObject
themeColor
Type: String
This property is used for verfication.
FlexUIComponent
title
Type: String
This property is used for default verification.
FlexPanel
toolTip
Type: String
This property is used for verfication.
FlexUIComponent
useHandCursor
Type: Boolean
This property is used for verfication.
FlexUIComponent
visible
Type: Boolean
This property is used for verfication.
FlexDisplayObject
width
Type: Number
This property is used for verfication.
FlexDisplayObject
x
Type: Number
This property is used for verfication.
FlexDisplayObject
y
Type: Number
This property is used for verfication.
FlexDisplayObject