RadioButton

Kind of class:class
Inherits from:Button < SimpleButton < UIComponent < UIObject < MovieClip
Classpath:mx.controls.RadioButton
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
    Instance methods

    Constructor

    RadioButton

    function RadioButton (
    )

    Class properties

    mergedClipParameters

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

    symbolName

    static symbolName:String = "RadioButton"
    (read)

    symbolOwner

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

    version

    static version:String = "2.0.2.127"
    (read)

    Instance properties

    __data

    __data:String
    (read)

    __groupName

    __groupName:String = "radioGroup"
    (read)

    __label

    __label:String = "Radio Button"
    (read)

    __labelPlacement

    __labelPlacement:String = "right"
    (read)

    __toggle

    __toggle:Boolean = true
    (read)

    __value

    __value:Object
    (read)

    borderW

    borderW:Number = 0
    (read)

    btnOffset

    btnOffset:Number = 0
    (read)

    centerContent

    centerContent:Boolean = false
    (read)

    className

    className:String = "RadioButton"
    (read)

    clipParameters

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

    data

    data
    (read,write)

    hang data off of a radio instance
    Component metadata:
      Inspectable
      defaultValue:
      ""

      emphasized

      emphasized
      (read)

      falseDisabledIcon

      falseDisabledIcon:String = "RadioFalseDisabled"
      (read)

      falseDisabledSkin

      falseDisabledSkin:String = ""
      (read)

      falseDownIcon

      falseDownIcon:String = "RadioFalseDown"
      (read)

      falseDownSkin

      falseDownSkin:String = ""
      (read)

      falseOverIcon

      falseOverIcon:String = "RadioFalseOver"
      (read)

      falseOverSkin

      falseOverSkin:String = ""
      (read)

      falseUpIcon

      falseUpIcon:String = "RadioFalseUp"
      (read)

      falseUpSkin

      falseUpSkin:String = ""
      (read)

      groupName

      groupName
      (read)

      return the group name

      groupName

      groupName
      (write)

      sets the group name associated with the radio button
      Component metadata:
        Inspectable
        defaultValue:
        "radioGroup"

        icon

        icon
        (read,write)

        ignoreClassStyleDeclaration

        ignoreClassStyleDeclaration = { Button: 1 }
        (read)

        indexNumber

        indexNumber:Number = 0
        (read)

        label

        label:String
        (read)

        gets the associated label text
        Component metadata:
          Inspectable
          defaultValue:
          "Radio Button"

          labelPlacement

          labelPlacement:String
          (read)

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

          offset

          offset:Boolean = false
          (read)

          selected

          selected:Boolean
          (read)

          toggle

          toggle
          (read,write)

          trueDisabledIcon

          trueDisabledIcon:String = "RadioTrueDisabled"
          (read)

          trueDisabledSkin

          trueDisabledSkin:String = ""
          (read)

          trueDownIcon

          trueDownIcon:String = ""
          (read)

          trueDownSkin

          trueDownSkin:String = ""
          (read)

          trueOverIcon

          trueOverIcon:String = ""
          (read)

          trueOverSkin

          trueOverSkin:String = ""
          (read)

          trueUpIcon

          trueUpIcon:String = "RadioTrueUp"
          (read)

          trueUpSkin

          trueUpSkin:String = ""
          (read)

          Instance methods

          addToGroup

          function addToGroup (
          groupName:String) : Void

          deleteGroupObj

          function deleteGroupObj (
          groupName:String) : Void

          getData

          function getData (
          val)

          getGroupName

          function getGroupName (
          )

          init

          function init (
          Void) : Void

          Overrides:

          keyDown

          function keyDown (
          e:Object) : Void

          setData

          function setData (
          val)

          setGroupName

          function setGroupName (
          groupName:String) : Void

          setNext

          function setNext (
          )

          setPrev

          function setPrev (
          )

          setSelected

          function setSelected (
          val:Boolean) : Void

          size

          function size (
          Void) : Void

          Overrides:

          Event handlers

          onRelease

          function onRelease (
          )

          onUnload

          function onUnload (
          )