SelectableRow
| Kind of class: | class |
|---|---|
| Inherits from: | UIComponent < UIObject < MovieClip |
| Known subclasses: | |
| Classpath: | mx.controls.listclasses.SelectableRow |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Summary
Constructor
Class properties
- LOWEST_DEPTH : Number
Class properties inherited from UIComponent
Class properties inherited from UIObject
Instance properties
- state : String
- disabledColor : Number
- item : Object
- highlight : MovieClip
- cell : Object
- owner : Object
- rowIndex : Number
- icon_mc : MovieClip
- backGround : MovieClip
- bGCol : Object
- clr : Number
- normalColor : Number
- highlightColor : Number
- bGTween : Object
- isChangedToSelected : Boolean
- grandOwner : Object
- listOwner : Object
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
- setValue (itmObj:Object, state:String) : Void
- size (Void) : Void
- setCellRenderer (forceSizing:Boolean) : Void
- getCellIndex (Void) : Object
- getDataLabel : String
- init (Void) : Void
- createChildren (Void) : Void
- drawRow (itmObj:Object, state:String, transition:Boolean) : Void
- itemToString (itmObj:Object) : String
- setupBG (Void) : Void
- drawRowFill (mc:MovieClip, newClr:Number) : Void
- setState (newState:String, transition:Boolean) : Void
- getNormalColor (Void) : Number
- invalidateStyle (propName:String) : Void
- bGOnPress (Void) : Void
- bGOnRelease (Void) : Void
- bGOnRollOver (Void) : Void
- bGOnRollOut (Void) : Void
- bGOnDragOver (Void) : Void
- bGOnDragOut (Void) : 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
- onTweenUpdate (val:Number) : Void
- onTweenEnd (val:Number) : Void
Event handlers inherited from UIComponent
Constructor
SelectableRow
function SelectableRow (
)
Class properties
LOWEST_DEPTH
static LOWEST_DEPTH:Number = -16384
(read)
Instance properties
backGround
backGround:MovieClip
(read)
bGCol
bGCol:Object
(read)
bGTween
bGTween:Object
(read)
cell
cell:Object
(read)
clr
clr:Number
(read)
disabledColor
disabledColor:Number = 0xe8e8e8
(read)
grandOwner
grandOwner:Object
(read)
highlight
highlight:MovieClip
(read)
highlightColor
highlightColor:Number
(read)
icon_mc
icon_mc:MovieClip
(read)
isChangedToSelected
isChangedToSelected:Boolean
(read)
item
item:Object
(read)
listOwner
listOwner:Object
(read)
normalColor
normalColor:Number = 0xffffff
(read)
owner
owner:Object
(read)
rowIndex
rowIndex:Number
(read)
state
state:String = "normal"
(read)
Instance methods
bGOnDragOut
function bGOnDragOut (
Void) : Void
bGOnDragOver
function bGOnDragOver (
Void) : Void
bGOnPress
function bGOnPress (
Void) : Void
bGOnRelease
function bGOnRelease (
Void) : Void
bGOnRollOut
function bGOnRollOut (
Void) : Void
bGOnRollOver
function bGOnRollOver (
Void) : Void
drawRow
function drawRow (
itmObj:Object,
state:String,
transition:Boolean) : Void
drawRowFill
function drawRowFill (
mc:MovieClip,
newClr:Number) : Void
getCellIndex
function getCellIndex (
Void) : Object
getDataLabel
function getDataLabel (
) : String
getNormalColor
function getNormalColor (
Void) : Number
invalidateStyle
function invalidateStyle (
propName:String) : Void
itemToString
function itemToString (
itmObj:Object) : String
setCellRenderer
function setCellRenderer (
forceSizing:Boolean) : Void
setState
function setState (
newState:String,
transition:Boolean) : Void
setupBG
function setupBG (
Void) : Void
setValue
function setValue (
itmObj:Object,
state:String) : Void
Event handlers
onTweenEnd
function onTweenEnd (
val:Number) : Void
onTweenUpdate
function onTweenUpdate (
val:Number) : Void