DataGridRow
| Kind of class: | class |
|---|---|
| Inherits from: | SelectableRow < UIComponent < UIObject < MovieClip |
| Classpath: | mx.controls.gridclasses.DataGridRow |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Summary
Constructor
Class properties
Class properties inherited from SelectableRow
Class properties inherited from UIComponent
Class properties inherited from UIObject
Instance properties
- cells : Array
- owner : Object
- colBG : MovieClip
- text : String
- textHeight : Number
- columnIndex : Number
- listOwner : Object
- wasPressed : Boolean
Instance properties inherited from SelectableRow
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
- createChildren (Void) : Void
- init (Void) : Void
- size (Void) : Void
- createCells (Void) : Void
- cellGetPreferredHeight
- getCellIndex (Void) : Object
- getDataLabel : String
- clearCells
- setValue (itmObj, state, transition)
- drawCell (cellNum, xPos, w, bgCol)
- setState (newState:String, transition:Boolean) : Void
- startEditCell
- bGOnPress (Void) : Void
- notifyStyleChangeInChildren (sheetName:String, styleProp:String, newValue) : 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
Event handlers
Event handlers inherited from SelectableRow
Event handlers inherited from UIComponent
Constructor
DataGridRow
function DataGridRow (
)
Instance properties
cells
cells:Array
(read)
colBG
colBG:MovieClip
(read)
columnIndex
columnIndex:Number
(read)
listOwner
listOwner:Object
(read)
owner
owner:Object
(read)
text
text:String
(read)
textHeight
textHeight:Number
(read)
wasPressed
wasPressed:Boolean
(read)
Instance methods
bGOnPress
function bGOnPress (
Void) : Void
cellGetPreferredHeight
function cellGetPreferredHeight (
)
clearCells
function clearCells (
)
createCells
function createCells (
Void) : Void
createChildren
function createChildren (
Void) : Void
drawCell
function drawCell (
cellNum,
xPos,
w,
bgCol)
getCellIndex
function getCellIndex (
Void) : Object
getDataLabel
function getDataLabel (
) : String
notifyStyleChangeInChildren
function notifyStyleChangeInChildren (
sheetName:String,
styleProp:String,
newValue) : Void
setState
function setState (
newState:String,
transition:Boolean) : Void
setValue
function setValue (
itmObj,
state,
transition)
startEditCell
function startEditCell (
)