Macromedia flex 2-migrating applications to flex 2 Manual De Usuario

Descargar
Página de 184
90
Flex Classes
The following table describes the changes to the NumberBase class:
mx.formatters.SwitchSymbolFormatter
The following table describes the changes to the SwitchSymbolFormatter class:
Interfaces
The following table describes changes to Flex interfaces:
Member
Change description
dSymbolFrom
decimalSeparatorFrom
dSymbolTo
decimalSymbolTo
tSymbolFrom
thousandsSeparatorFrom
tSymbolTo
thousandsSeparatorTo
Member
Change description
isValid
This is now private.
numberSymbol
This is now private.
Old name
New name
IAllChildrenContainer
mx.core.IRawChildrenContainer
IAllChildrenList 
Removed. Refer to SystemManager.numChildren 
and SystemManager.getChildAt.
IChildrenList (formerly 
IChildCollection)
mx.core.IChildList
IContainer 
Added as a marker interface to replace 
IFlexContainer in the compiler.
ICreatedComponents 
Removed. Refer to mx.core.Container instead.
IDataObject mx.core.IDataRenderer
IDeferredInstantiationContainer Removed. Refer to mx.core.Container instead.
IDeferredInstantiationUIComponent.
cacheHeuristic 
The 
cacheHeuristic
 property has been made private.
IFlexContainer Removed.
The framework code refers to mx.core.Container 
instead. The compiler refers to IContainer instead.
IFocusable
mx.managers.IFocusManagerComponent