
Managers 93
mx.managers.PopUpManager
The following table describes changes to the PopUpManager class:
mx.managers.SystemManager
The SystemManager class now implements the ISystemManager interface.
The following table describes changes to the SystemManager class:
Member Change description
closeButton
The default value of the closeButton property is now false.
To enable a close button on your pop-ups, you must
explicitly set the value of the
closeButton property to true.
createPopUp()
The createPopUp() method now takes only three
arguments, and returns an IFlexDisplayObject.
You can no longer pass an initObj to the
createPopUp()
method. Instead, you declare the variables that you want
to set inside the pop-up’s definition, and set them on the
pop-up in the calling application.
deletePopUp() removePopUp()
popUpWindow() (was
popupWindow())
The name of the method also changed to
addPopUp().
Formerly inherited from the Application object, this
method is now a method of the PopUpManager class.
Member Change description
cursors (formerly
cursorChildrenList)
cursorChildren
embeddedFontList()
This method is now private. Use the Font class’s
enumerateFonts() method.
getClassByName() getDefinitionByName()
getManager() getSystemManager()
getTopLevelSystemManager() topLevelSystemManager
initializeChild() childAdded()
registerInitCallback()
This method is now private.
toolTips (formerly
toolTipChildrenList)
toolTipChildren
topMostChildrenList popupChildren
Kommentare zu diesen Handbüchern