UIComponent

Kind of class:class
Inherits from:UIObject < MovieClip
Known subclasses:
Classpath:mx.core.UIComponent
File last modified:Tuesday, 18 December 2007, 15:44:38
Component metadata:
    Event
    "focusIn"

    Summary


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

    Constructor

    UIComponent

    function UIComponent (
    )

    Class properties

    kStretch

    static kStretch:Number = 5000
    (read)

    number used to imply stretchability in preferredWidth/Height

    mergedClipParameters

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

    symbolName

    static symbolName:String = "UIComponent"
    (read)

    symbolOwner

    static symbolOwner:Object = mx.core.UIComponent
    (read)

    version

    static version:String = "2.0.2.127"
    (read)

    Instance properties

    clipParameters

    clipParameters:Object = {}
    (read)

    drawFocus

    drawFocus:Function
    (read)

    enabled

    enabled:Boolean
    (read)

    Component metadata:
      Inspectable
      category:
      "Other"
      defaultValue:
      true,
      verbose:
      1,

      focusEnabled

      focusEnabled:Boolean = true
      (read)

      focusManager

      focusManager:MovieClip
      (read)

      focusTextField

      focusTextField:Object
      (read)

      groupName

      groupName:String
      (read)

      height

      height:Number
      (read)

      height of object

      origBorderStyles

      origBorderStyles:Object = { themeColor: 0xFF0000 }
      (read)

      origBorderValues

      origBorderValues:Object
      (read)

      tabEnabled

      tabEnabled:Boolean = true
      (read)

      tabIndex

      tabIndex:Number
      (read)

      width

      width:Number
      (read)

      width of object

      Instance methods

      dispatchValueChangedEvent

      function dispatchValueChangedEvent (
      value) : Void

      enabledChanged

      function enabledChanged (
      id:String, oldValue:Boolean, newValue:Boolean) : Boolean

      findFocusFromObject

      function findFocusFromObject (
      o:Object) : Object

      findFocusInChildren

      function findFocusInChildren (
      o:Object) : Object

      getFocus

      function getFocus (
      ) : Object

      Gets the object that has the focus. It may not be this object.
      This is just here as a convenience
      Returns:
      • Object The object that has the focus

      getFocusManager

      function getFocusManager (
      ) : Object

      Get the current focusManager.

      init

      function init (
      ) : Void

      isParent

      function isParent (
      o:Object) : Boolean

      params:
      • o the potential parent to this compoenent

      pressFocus

      function pressFocus (
      ) : Void

      releaseFocus

      function releaseFocus (
      ) : Void

      setEnabled

      function setEnabled (
      enabled:Boolean) : Void

      setFocus

      function setFocus (
      ) : Void

      Sets the focus to this object.

      setVisible

      function setVisible (
      x:Boolean, noEvent:Boolean) : Void

      size

      function size (
      ) : Void

      Event handlers

      onKillFocus

      function onKillFocus (
      newFocus:Object) : Void

      onSetFocus

      function onSetFocus (
      oldFocus:Object) : Void