CheckBox

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

    Summary


    Constructor
    Instance properties
    Class methods
    Class methods inherited from UIObject

    Constructor

    CheckBox

    function CheckBox (
    )

    Class properties

    mergedClipParameters

    static mergedClipParameters:Boolean = UIObject.mergeClipParameters(mx.controls.CheckBox.prototype.clipParameters, mx.controls.Button.prototype.clipParameters)
    (read)

    symbolName

    static symbolName:String = "CheckBox"
    (read)

    symbolOwner

    static symbolOwner:Object = mx.controls.CheckBox
    (read)

    version

    static version:String = "2.0.2.127"
    (read)

    Instance properties

    __label

    __label:String = "CheckBox"
    (read)

    __labelPlacement

    __labelPlacement:String = "right"
    (read)

    __selected

    __selected:Boolean = false
    (read)

    __toggle

    __toggle:Boolean = true
    (read)

    _inherited_selected

    _inherited_selected:Boolean
    (read)

    Component metadata:
      Bindable
      ChangeEvent
      "click"

      borderW

      borderW:Number = 0
      (read)

      btnOffset

      btnOffset = 0
      (read)

      centerContent

      centerContent:Boolean = false
      (read)

      className

      className:String = "CheckBox"
      (read)

      clipParameters

      clipParameters = { label: 1, labelPlacement: 1 ,selected: 1 }
      (read)

      emphasized

      emphasized
      (read)

      falseDisabledIcon

      falseDisabledIcon:String = "CheckFalseDisabled"
      (read)

      falseDisabledSkin

      falseDisabledSkin:String = ""
      (read)

      falseDownIcon

      falseDownIcon:String = "CheckFalseDown"
      (read)

      falseDownSkin

      falseDownSkin:String = ""
      (read)

      falseOverIcon

      falseOverIcon:String = "CheckFalseOver"
      (read)

      falseOverSkin

      falseOverSkin:String = ""
      (read)

      falseUpIcon

      falseUpIcon:String = "CheckFalseUp"
      (read)

      falseUpSkin

      falseUpSkin:String = ""
      (read)

      icon

      icon
      (read,write)

      ignoreClassStyleDeclaration

      ignoreClassStyleDeclaration = { Button: 1 }
      (read)

      label

      label:String
      (read)

      gets the associated label text
      Component metadata:
        Inspectable
        defaultValue:
        "CheckBox"

        labelPlacement

        labelPlacement:String
        (read)

        sets the label placement of left,right,top, or bottom

        selected

        selected:Boolean
        (read)

        toggle

        toggle
        (read,write)

        trueDisabledIcon

        trueDisabledIcon:String = "CheckTrueDisabled"
        (read)

        trueDisabledSkin

        trueDisabledSkin:String = ""
        (read)

        trueDownIcon

        trueDownIcon:String = "CheckTrueDown"
        (read)

        trueDownSkin

        trueDownSkin:String = ""
        (read)

        trueOverIcon

        trueOverIcon:String = "CheckTrueOver"
        (read)

        trueOverSkin

        trueOverSkin:String = ""
        (read)

        trueUpIcon

        trueUpIcon:String = "CheckTrueUp"
        (read)

        trueUpSkin

        trueUpSkin:String = ""
        (read)

        Instance methods

        calcPreferredHeight

        function calcPreferredHeight (
        )

        init

        function init (
        )

        size

        function size (
        )

        Event handlers

        onRelease

        function onRelease (
        )