Cogitek RIATest 3 Documentation Copyright © Cogitek Inc.

AirFileSystemList

Jump to Events | Properties

Extends FlexList > FlexListBase > FlexScrollBase > FlexUIComponent > FlexDisplayObject
Native Flex Classesmx.controls.FileSystemList

Events

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

deselect


deselect(itemRenderer:String, triggerEvent:int = EVT_MOUSE, keyModifier:int = 0)

Native Flex Class: mx.automation.events.ListItemSelectEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

triggerEvent

Input device that triggered the event. One of EVT_MOUSE or EVT_KEYBOARD). Default value is EVT_MOUSE.

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.

FlexListBase

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.

FlexListBase

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.

FlexListBase

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.

FlexListBase

itemDoubleClick


itemDoubleClick(itemRenderer:String)

Native Flex Class: mx.events.ListEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

FlexListBase

itemEditBegin


itemEditBegin(itemRenderer:String, rowIndex:int, columnIndex:int)

Native Flex Class: mx.events.ListEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

rowIndex

columnIndex

FlexList

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

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.

FlexListBase

menuItemSelect


menuItemSelect(target:String, mouseTarget:String = null)

Native Flex Class: flash.events.ContextMenuEvent

Parameters details:
target

Menu item caption

mouseTarget

The object on which the user right-clicked to display the context menu. Value of automationName property of an object. Default value is null.

FlexDisplayObject

menuSelect


menuSelect(mouseTarget:String = null)

Native Flex Class: flash.events.ContextMenuEvent

Parameters details:
mouseTarget

The object on which the user right-clicked to display the context menu. Value of automationName property of an object. Default value is null.

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.

FlexScrollBase

multiSelect


multiSelect(itemRenderer:String, triggerEvent:int = EVT_MOUSE, keyModifier:int = 0)

Native Flex Class: mx.automation.events.ListItemSelectEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

triggerEvent

Input device that triggered the event. One of EVT_MOUSE or EVT_KEYBOARD). Default value is EVT_MOUSE.

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.

FlexListBase

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.

FlexListBase

select


select(itemRenderer:String, triggerEvent:int = EVT_MOUSE, keyModifier:int = 0)

Native Flex Class: mx.automation.events.ListItemSelectEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

triggerEvent

Input device that triggered the event. One of EVT_MOUSE or EVT_KEYBOARD). Default value is EVT_MOUSE.

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.

FlexListBase

Properties

Derived Properties

Property Description Defined By
allowMultipleSelection
Type: Boolean
This property is used for verfication.
FlexListBase
alpha
Type: Number
This property is used for verfication.
FlexDisplayObject
alternatingRowColors
Type: String
This property is used for verfication.
FlexListBase
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
backgroundDisabledColor
Type: String
This property is used for verfication.
FlexListBase
className
Type: String
This property is used for identification.
FlexUIComponent
columnCount
Type: int
This property is used for verfication.
FlexListBase
columnWidth
Type: Number
This property is used for verfication.
FlexListBase
currentState
Type: String
This property is used for verfication.
FlexUIComponent
dataTipField
Type: String
This property is used for verfication.
FlexListBase
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
focusAlpha
Type: Number
This property is used for verfication.
FlexListBase
focusEnabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
height
Type: Number
This property is used for verfication.
FlexDisplayObject
iconField
Type: String
This property is used for verfication.
FlexListBase
id
Type: String
This property is used for identification.
This property is used for verfication.
FlexUIComponent
labelField
Type: String
This property is used for verfication.
FlexListBase
lockedColumnCount
Type: int
This property is used for verfication.
FlexListBase
lockedRowCount
Type: int
This property is used for verfication.
FlexListBase
mouseEnabled
Type: Boolean
This property is used for verfication.
FlexDisplayObject
numAutomationChildren
Type: int
This property is used for verfication.
FlexUIComponent
percentHeight
Type: Number
This property is used for verfication.
FlexUIComponent
percentWidth
Type: Number
This property is used for verfication.
FlexUIComponent
rollOverColor
Type: String
This property is used for verfication.
FlexListBase
rowCount
Type: int
This property is used for verfication.
FlexListBase
rowHeight
Type: Number
This property is used for verfication.
FlexListBase
scaleX
Type: Number
This property is used for verfication.
FlexUIComponent
scaleY
Type: Number
This property is used for verfication.
FlexUIComponent
selectable
Type: Boolean
This property is used for verfication.
FlexListBase
selectedIndex
Type: int
This property is used for verfication.
FlexListBase
selectedIndices
Type: String
This property is used for verfication.
FlexListBase
selectedItem
Type: String
This property is used for default verification.
FlexListBase
selectedItems
Type: String
This property is used for verfication.
FlexListBase
selectionColor
Type: String
This property is used for verfication.
FlexListBase
selectionDisabledColor
Type: String
This property is used for verfication.
FlexListBase
showDataTips
Type: Boolean
This property is used for verfication.
FlexListBase
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
textRollOverColor
Type: String
This property is used for verfication.
FlexListBase
textSelectedColor
Type: String
This property is used for verfication.
FlexListBase
themeColor
Type: String
This property is used for verfication.
FlexUIComponent
toolTip
Type: String
This property is used for verfication.
FlexUIComponent
useHandCursor
Type: Boolean
This property is used for verfication.
FlexUIComponent
useRollOver
Type: Boolean
This property is used for verfication.
FlexListBase
variableRowHeight
Type: Boolean
This property is used for verfication.
FlexListBase
verticalAlign
Type: String
This property is used for verfication.
FlexListBase
visible
Type: Boolean
This property is used for verfication.
FlexDisplayObject
width
Type: Number
This property is used for verfication.
FlexDisplayObject
wordWrap
Type: Boolean
This property is used for verfication.
FlexListBase
x
Type: Number
This property is used for verfication.
FlexDisplayObject
y
Type: Number
This property is used for verfication.
FlexDisplayObject

Found a typo? Have a suggestion? Please submit your request here.