ComboBox

Kind of class:class
Inherits from:ComboBase < UIComponent < UIObject < MovieClip
Classpath:mx.controls.ComboBox
File last modified:Tuesday, 18 December 2007, 15:44:37
Component metadata:
    Event
    "change"

    Summary


    Constructor
    Class properties
    Class properties inherited from ComboBase
    Class properties inherited from UIObject
    Instance properties
    Class methods
    Class methods inherited from UIObject
    Instance methods
    Event handlers
    Event handlers inherited from ComboBase
    Event handlers inherited from UIComponent

    Constructor

    ComboBox

    function ComboBox (
    )

    Class properties

    mergedClipParameters

    static mergedClipParameters:Boolean = UIObject.mergeClipParameters(ComboBox.prototype.clipParameters, ComboBase.prototype.clipParameters)
    (read)

    symbolName

    static symbolName:String = "ComboBox"
    (read)

    symbolOwner

    static symbolOwner:Object = ComboBox
    (read)

    version

    static version:String = "2.0.2.127"
    (read)

    Instance properties

    __dropdown

    __dropdown:MovieClip
    (read)

    __dropdownWidth

    __dropdownWidth:Number
    (read)

    __initialSelectedIndexOnDropdown

    __initialSelectedIndexOnDropdown:Number
    (read)

    __labelField

    __labelField:String = "label"
    (read)

    __labelFunction

    __labelFunction:Function
    (read)

    __labels

    __labels:Array
    (read)

    __rowCount

    __rowCount:Number = 5
    (read)

    __selectedIndexOnDropdown

    __selectedIndexOnDropdown:Number
    (read)

    _inherited_value

    _inherited_value:String
    (read)

    Component metadata:
      Bindable
      "readonly"
      ChangeEvent
      "change"

      _showingDropdown

      _showingDropdown:Boolean = false
      (read)

      addItemAt

      addItemAt:Function
      (read)

      bInKeyDown

      bInKeyDown:Boolean = false
      (read)

      className

      className:String = "ComboBox"
      (read)

      clipParameters

      clipParameters:Object = { labels:1, data:1, editable: 1, rowCount: 1, dropdownWidth: 1}
      (read)

      data

      data:Array
      (read)

      Component metadata:
        Inspectable

        dataProvider

        dataProvider:Array
        (read)

        Component metadata:
          Bindable
          "DataProvider"
          param1:
          "writeonly",type

          dispatchValueChangedEvent

          dispatchValueChangedEvent:Function
          (read)

          initializing

          initializing = true
          (read)

          isPressed

          isPressed:Boolean
          (read)

          labelField

          labelField:String
          (read,write)

          labelFunction

          labelFunction:Function
          (read,write)

          labels

          labels:Array
          (read,write)

          Component metadata:
            Inspectable
            defaultValue:
            ""

            length

            length:Number
            (read)

            mask

            mask:MovieClip
            (read)

            owner

            owner:Object
            (read)

            rowCount

            rowCount:Number
            (read,write)

            selectedIndex

            selectedIndex:Number
            (read)

            Component metadata:
              Bindable
              ChangeEvent
              "change"

              selectedItem

              selectedItem:Object
              (read)

              Component metadata:
                Bindable
                "readonly"
                ChangeEvent
                "change"

                selectedLabel

                selectedLabel:String
                (read)

                Instance methods

                _changeHandler

                function _changeHandler (
                obj) : Void

                _itemRollOutHandler

                function _itemRollOutHandler (
                obj) : Void

                _itemRollOverHandler

                function _itemRollOverHandler (
                obj) : Void

                _resizeHandler

                function _resizeHandler (
                ) : Void

                _scrollHandler

                function _scrollHandler (
                obj) : Void

                changeColorStyleInChildren

                function changeColorStyleInChildren (
                sheetName:String, styleProp:String, newValue) : Void

                changeTextStyleInChildren

                function changeTextStyleInChildren (
                styleProp:String) : Void

                close

                function close (
                ) : Void

                createChildren

                function createChildren (
                ) : Void

                dispatchChangeEvent

                function dispatchChangeEvent (
                obj, prevValue, newValue)

                displayDropdown

                function displayDropdown (
                show:Boolean) : Void

                getDropdown

                function getDropdown (
                ) : Object

                getLabelField

                function getLabelField (
                ) : String

                getLabelFunction

                function getLabelFunction (
                ) : Function

                hasDropdown

                function hasDropdown (
                ) : Boolean

                init

                function init (
                ) : Void

                Overrides:

                invalidateStyle

                function invalidateStyle (
                styleProp:String) : Void

                keyDown

                function keyDown (
                e:Object) : Void

                modelChanged

                function modelChanged (
                eventObj:Object) : Void

                notifyStyleChangeInChildren

                function notifyStyleChangeInChildren (
                sheetName:String, styleProp:String, newValue) : Void

                open

                function open (
                ) : Void

                setDataProvider

                function setDataProvider (
                dp:Array)

                setDropdownWidth

                function setDropdownWidth (
                w:Number) : Void

                setEditable

                function setEditable (
                e:Boolean) : Void

                setLabelField

                function setLabelField (
                s:String) : Void

                setRowCount

                function setRowCount (
                count:Number) : Void

                setSelectedIndex

                function setSelectedIndex (
                v:Number) : Void

                setSelectedItem

                function setSelectedItem (
                v) : Void

                setSize

                function setSize (
                w:Number, h:Number, noEvent) : Void

                Overrides:

                tweenEndHide

                function tweenEndHide (
                value:Number) : Void

                tweenEndShow

                function tweenEndShow (
                value:Number) : Void

                Event handlers

                onDownArrow

                function onDownArrow (
                ) : Void

                onKillFocus

                function onKillFocus (
                n) : Void

                onUnload

                function onUnload (
                ) : Void