- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
/**
* @private
*/
override protected function createChildren():void
{
nameLabel = IUITextField(createInFontContext(UITextField));
nameLabel.selectable = false;
nameLabel.styleName = this;
addChild(DisplayObject(nameLabel));
super.createChildren();
if (!nameLabel)
{
nameLabel = IUITextField(createInFontContext(UITextField));
nameLabel.selectable = false;
nameLabel.styleName = this;
addChild(DisplayObject(nameLabel));
}
}
Adobe, mx.charts.LegendItem. Недоверчивый, такой, код.
Комментарии (7) RSS
Добавить комментарий