
Controls 69
mx.controls.HRule
The following table describes changes to the HRule class:
mx.controls.HSlider
The following table describes changes to the HSlider class:
mx.controls.Image
The following table describes changes to the Image class:
mx.controls.Label
The Label class now extends mx.core.UIComponent rather than mx.core.UIObject.
The following table describes changes to the Label class:
mx.controls.Link
The Link class is now named LinkButton.
Member Change description
color strokeColor
Member Change description
labelStyleDeclaration
Removed. Use the labelStyleName style instead.
showTicks
Removed. Instead of setting it to false to turn off tick
marks, you set tickInterval to 0; for example:
<mx:HSlider id="hs1" snapInterval="1"
tickInterval="0"/>
toolTipStyleDeclaration
Removed. Use the toolTipStyleName style instead.
Member Change description
dataChanged dataChange
Member Change description
dataChanged dataChange
Komentáře k této Příručce