Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.styles 

ISimpleStyleClient  - AS3 Flex

Paketmx.styles
Arabirimpublic interface ISimpleStyleClient
Uygulayıcılar ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

This interface describes the properties and methods that an object must implement so that it can participate in the style subsystem. This interface is intended to be used by classes that obtain their style values from other objects rather than through locally set values and type selectors. This interface is implemented by ProgrammaticSkin.

İlgili API Öğeleri



Genel Özellikler
 ÖzellikTanımlayan:
  styleName : Object
The source of this object's style values.
ISimpleStyleClient
Genel Yöntemler
 YöntemTanımlayan:
  
Called when the value of a style property is changed.
ISimpleStyleClient
Özellik Ayrıntısı

styleName

özellik
styleName:Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The source of this object's style values. The value of the styleName property can be one of three possible types:

  • String, such as "headerStyle". The String names a class selector that is defined in a CSS style sheet.
  • CSSStyleDeclaration, such as StyleManager.getStyleDeclaration(".headerStyle").
  • UIComponent. The object that implements this interface inherits all the style values from the referenced UIComponent.



Uygulama
    public function get styleName():Object
    public function set styleName(value:Object):void
Yöntem Ayrıntısı

styleChanged

()yöntem
public function styleChanged(styleProp:String):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Called when the value of a style property is changed.

Parametreler

styleProp:String — The name of the style property that changed.





[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.