
48 Flex Classes
createEmptyObject()
Removed. Use the new operator and the addChild()
method or other methods to add new visual objects to the
display list.
createToolTip toolTipCreate
currentStateChanged currentStateChange
deleteStyle() clearStyle()
destroyObject()
Removed. Use the removeChild() method or other
methods to remove a child from its parent.
doLater() callLater()
draw updateComplete
drawRect()
Removed. Use the drawRect() method of the
flash.display.Graphics class.
endToolTip toolTipEnd
fillRect()
Removed. Use the fill methods of the
flash.display.Graphics class.
getFocusManager() focusManager
getSystemManager() systemManager
getUnscaledHeight() unscaledHeight
getUnscaledWidth() unscaledWidth
hideToolTip toolTipHide
invalidateStyle() styleChanged()
isChildOf()
Removed. Use the contains() method of the
DisplayObjectContainer class.
isParentOf()
Removed. Use the contains() method of the
DisplayObjectContainer class.
layoutComplete updateComplete
MAX_HEIGHT DEFAULT_MAX_HEIGHT
MAX_WIDTH DEFAULT_MAX_WIDTH
measure()
This method is now protected and not public. It is a
component life-cycle method that the framework calls, and
which component developers must override, but it should
not be called directly.
mouseDownOutside
This event is now of type FlexMouseEvent instead of
MouseEvent.
Member Change description
Commenti su questo manuale