List

Kind of class:class
Inherits from:ScrollSelectList < ScrollView < View < UIComponent < UIObject < MovieClip
Known subclasses:
Classpath:mx.controls.List
File last modified:Tuesday, 18 December 2007, 15:44:37
List class
- extends ScrollSelectList
- gives the user the ability to select one or many options from a scrolling list

Summary


Constructor
Class properties
Class properties inherited from ScrollSelectList
Class properties inherited from ScrollView
Class properties inherited from View
Class properties inherited from UIObject
Instance properties
Class methods
Class methods inherited from View
Class methods inherited from UIObject
Instance methods
Event handlers

Constructor

List

function List (
)

Class properties

symbolName

static symbolName:String = "List"
(read)

symbolOwner

static symbolOwner:Object = List
(read)

version

static version:String = "2.0.2.127"
(read)

Instance properties

__labels

__labels:Array
(read)

__selectedIndex

__selectedIndex:Number
(read)

__vScrollPolicy

__vScrollPolicy:String = "on"
(read)

_inherited_dataProvider

_inherited_dataProvider:Array
(read)

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

    _inherited_selectedIndex

    _inherited_selectedIndex:Number
    (read)

    Component metadata:
      Bindable
      ChangeEvent
      "change"

      _inherited_selectedIndices

      _inherited_selectedIndices:Array
      (read)

      Component metadata:
        Bindable
        ChangeEvent
        "change"

        _inherited_selectedItem

        _inherited_selectedItem:Object
        (read)

        Component metadata:
          Bindable
          "readonly"
          ChangeEvent
          "change"

          _inherited_selectedItems

          _inherited_selectedItems:Array
          (read)

          Component metadata:
            Bindable
            "readonly"
            ChangeEvent
            "change"

            autoHScrollAble

            autoHScrollAble:Boolean = false
            (read)

            boundingBox_mc

            boundingBox_mc:MovieClip
            (read)

            calcPreferredHeightFromData

            calcPreferredHeightFromData:Function
            (read)

            calcPreferredWidthFromData

            calcPreferredWidthFromData:Function
            (read)

            className

            className:String = "List"
            (read)

            clipParameters

            clipParameters:Object = { rowHeight: 1, enabled:1, visible:1, labels:1 }
            (read)

            data

            data:Array
            (read)

            Component metadata:
              Inspectable
              defaultValue:
              ""

              displayWidth

              displayWidth:Number
              (read)

              invScrollProps

              invScrollProps:Boolean
              (read)

              invScrollSize

              invScrollSize:Boolean
              (read)

              labels

              labels:Array
              (read,write)

              Component metadata:
                Inspectable
                defaultValue:
                ""

                oldVWidth

                oldVWidth:Number
                (read)

                scrollDepth

                scrollDepth:Number = 1
                (read)

                totalHeight

                totalHeight:Number
                (read)

                totalWidth

                totalWidth:Number
                (read)

                Instance methods

                configureScrolling

                function configureScrolling (
                Void) : Void

                createChildren

                function createChildren (
                Void) : Void

                draw

                function draw (
                Void) : Void

                getRowCount

                function getRowCount (
                Void) : Number

                hScroll

                function hScroll (
                pos:Number) : Void

                init

                function init (
                Void) : Void

                layoutContent

                function layoutContent (
                x:Number, y:Number, tW:Number, tH:Number, dW:Number, dH:Number) : Void

                modelChanged

                function modelChanged (
                eventObj:Object) : Void

                setEnabled

                function setEnabled (
                v:Boolean) : Void

                setHPosition

                function setHPosition (
                pos:Number) : Void

                setHScrollPolicy

                function setHScrollPolicy (
                policy:String) : Void

                setMaxHPosition

                function setMaxHPosition (
                pos:Number) : Void

                setRowCount

                function setRowCount (
                rC:Number) : Void

                setVPosition

                function setVPosition (
                pos:Number) : Void

                size

                function size (
                Void) : Void

                Event handlers

                onScroll

                function onScroll (
                eventObj:Object) : Void