RIATest 2 Documentation Copyright © RIATest.com

FlexAdvancedDataGrid

Jump to Events | Properties

Extends FlexScrollBase > FlexUIComponent > FlexDisplayObject
Native Flex Classesmx.controls.AdvancedDataGrid

Events

Event Description Defined By

columnHeaderShift


columnHeaderShift(movingColumnIndex:int, newColumnIndex:int, oldColumnIndex:int, triggerEvent:int = EVT_MOUSE)

Native Flex Class: mx.automation.events.AdvancedDataGridHeaderShiftEvent

Parameters details:
movingColumnIndex

newColumnIndex

oldColumnIndex

triggerEvent

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

FlexAdvancedDataGrid

columnStretch


columnStretch(columnIndex:int, localX:Number)

Native Flex Class: mx.events.AdvancedDataGridEvent

Parameters details:
columnIndex

localX

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

headerClick


headerClick(columnIndex:int, dataField:String = null, keyModifier:int = 0, headerPart:String = null)

Native Flex Class: mx.automation.events.AdvancedDataGridItemSelectEvent

Parameters details:
columnIndex

dataField

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.

headerPart

Default value is null.

FlexAdvancedDataGrid

headerShift


headerShift(newIndex:int, oldIndex:int, triggerEvent:int = EVT_MOUSE)

Native Flex Class: mx.events.IndexChangedEvent

Parameters details:
newIndex

oldIndex

triggerEvent

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

FlexAdvancedDataGrid

itemClose


itemClose(itemRenderer:String, triggerEvent:int = EVT_MOUSE)

Native Flex Class: mx.events.AdvancedDataGridEvent

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.

FlexAdvancedDataGrid

itemDoubleClick


itemDoubleClick(itemRenderer:String)

Native Flex Class: mx.events.ListEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

FlexAdvancedDataGrid

itemEdit


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

Native Flex Class: mx.events.AdvancedDataGridEvent

Parameters details:
itemRenderer

Value of automationName property of an object.

rowIndex

columnIndex

FlexAdvancedDataGrid

itemOpen


itemOpen(itemRenderer:String, triggerEvent:int = EVT_MOUSE)

Native Flex Class: mx.events.AdvancedDataGridEvent

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

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.

FlexAdvancedDataGrid

selectIndex


selectIndex(itemIndex:int, triggerEvent:int = EVT_MOUSE, keyModifier:int = 0)

Native Flex Class: mx.automation.events.ListItemSelectEvent

Parameters details:
itemIndex

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.

FlexAdvancedDataGrid

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

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.

FlexScrollBase

Properties

Property Description Defined By

Type:
FlexAdvancedDataGrid
allowDragSelection
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
allowMultipleSelection
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
alternatingItemColors
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
backgroundDisabledColor
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
columnCount
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
columnWidth
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
dataTipField
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
depthColors
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
displayItemsExpanded
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
editable
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
hasRoot
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
headerColors
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
headerHeight
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
horizontalGridLineColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
horizontalGridLines
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
indentation
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
lockedColumnCount
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
lockedRowCount
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
minColumnWidth
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
openDuration
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
paddingBottom
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
paddingLeft
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
paddingRight
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
paddingTop
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
resizableColumns
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
rollOverColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
rowCount
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
rowHeight
Type: Number
This property is used for verfication.
FlexAdvancedDataGrid
selectable
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
selectedCells
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
selectedIndex
Type: int
This property is used for verfication.
FlexAdvancedDataGrid
selectedIndices
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
selectedItem
Type: String
This property is used for default verification.
FlexAdvancedDataGrid
selectedItems
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
selectionColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
selectionDisabledColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
selectionMode
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
showRoot
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
textRollOverColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
textSelectedColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
variableRowHeight
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
verticalGridLineColor
Type: String
This property is used for verfication.
FlexAdvancedDataGrid
verticalGridLines
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid
wordWrap
Type: Boolean
This property is used for verfication.
FlexAdvancedDataGrid

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
className
Type: String
This property is used for identification.
FlexUIComponent
currentState
Type: String
This property is used for verfication.
FlexUIComponent
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
focusEnabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
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
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
scaleX
Type: Number
This property is used for verfication.
FlexUIComponent
scaleY
Type: Number
This property is used for verfication.
FlexUIComponent
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
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