AccordionHeader
| Kind of class: | class |
|---|---|
| Inherits from: | Button < SimpleButton < UIComponent < UIObject < MovieClip |
| Classpath: | mx.containers.accordionclasses.AccordionHeader |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Summary
Constructor
Class properties
- symbolName : String
- symbolOwner
- version : String
Class properties inherited from Button
Class properties inherited from SimpleButton
Class properties inherited from UIComponent
Class properties inherited from UIObject
Instance properties
- ignoreClassStyleDeclaration
- className : String
- falseUpSkin : String
- falseDownSkin : String
- falseOverSkin : String
- falseDisabledSkin : String
- trueUpSkin : String
- trueDownSkin : String
- trueOverSkin : String
- trueDisabledSkin : String
- centerContent : Boolean
- btnOffset : Number
- maxDepth : Number
- focus_mc : MovieClip
Instance properties inherited from Button
__label __labelPlacement _color _iconLinkageName _inherited_selected borderW btnOffset centerContent className clipParameters falseDisabledIcon falseDisabledSkin falseDownIcon falseDownSkin falseOverIcon falseOverSkin falseUpIcon falseUpSkin hitArea_mc icon icon initIcon label labelPath labelPlacement trueDisabledIcon trueDisabledSkin trueDownIcon trueDownSkin trueOverIcon trueOverSkin trueUpIcon trueUpSkin
Instance properties inherited from SimpleButton
__emphasized __emphatic __emphaticStyleName __state __toggle autoRepeat boundingBox_mc btnOffset buttonDownHandler className clickHandler detail dfi dfs disabledIcon disabledSkin downIcon downSkin dti dts emphasized falseDisabledIcon falseDisabledIconEmphasized falseDisabledSkin falseDisabledSkinEmphasized falseDownIcon falseDownIconEmphasized falseDownSkin falseDownSkinEmphasized falseOverIcon falseOverIconEmphasized falseOverSkin falseOverSkinEmphasized falseUpIcon falseUpIconEmphasized falseUpSkin falseUpSkinEmphasized fdi fds fri frs fui fus iconName idNames initializing interval linkLength phase preset refNames rolloverIcon rolloverSkin selected skinName stateNames style3dInset tagMap tdi tds toggle tri trs trueDisabledIcon trueDisabledIconEmphasized trueDisabledSkin trueDisabledSkinEmphasized trueDownIcon trueDownIconEmphasized trueDownSkin trueDownSkinEmphasized trueOverIcon trueOverIconEmphasized trueOverSkin trueOverSkinEmphasized trueUpIcon trueUpIconEmphasized trueUpSkin trueUpSkinEmphasized tui tus upIcon upSkin value
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
- drawFocus (isFocused:Boolean) : Void
Instance methods inherited from Button
Instance methods inherited from SimpleButton
calcSize changeIcon changeSkin createChildren draw getLabel getSelected getState getToggle init keyDown keyUp onDragOut onDragOver onKillFocus onPress onPressDelay onPressRepeat onRelease onReleaseOutside onRollOut onRollOver refresh removeIcons setEnabled setIcon setLabel setSelected setSkin setState setStateVar setToggle setView showEmphasized size viewIcon viewSkin
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
- onRollOver : Void
Event handlers inherited from SimpleButton
Event handlers inherited from UIComponent
Constructor
AccordionHeader
function AccordionHeader (
)
Class properties
symbolName
static symbolName:String = "AccordionHeader"
(read)
symbolOwner
static symbolOwner = mx.containers.accordionclasses.AccordionHeader
(read)
version
static version:String = "2.0.2.127"
(read)
Instance properties
btnOffset
btnOffset:Number = 0
(read)
centerContent
centerContent:Boolean = false
(read)
className
className:String = "AccordionHeader"
(read)
falseDisabledSkin
falseDisabledSkin:String = "AccordionHeaderSkin"
(read)
falseDownSkin
falseDownSkin:String = "AccordionHeaderSkin"
(read)
falseOverSkin
falseOverSkin:String = "AccordionHeaderSkin"
(read)
falseUpSkin
falseUpSkin:String = "AccordionHeaderSkin"
(read)
focus_mc
focus_mc:MovieClip
(read)
ignoreClassStyleDeclaration
ignoreClassStyleDeclaration = { Button: 1 }
(read)
maxDepth
maxDepth:Number = 1999
(read)
trueDisabledSkin
trueDisabledSkin:String = "AccordionHeaderSkin"
(read)
trueDownSkin
trueDownSkin:String = "AccordionHeaderSkin"
(read)
trueOverSkin
trueOverSkin:String = "AccordionHeaderSkin"
(read)
trueUpSkin
trueUpSkin:String = "AccordionHeaderSkin"
(read)
Instance methods
drawFocus
function drawFocus (
isFocused:Boolean) : Void
Event handlers
onRollOver
function onRollOver (
) : Void