適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.styles 

ISimpleStyleClient  - AS3 Flex

套件mx.styles
介面public interface ISimpleStyleClient
實作者 ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: 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.

相關 API 元素



公用屬性
 屬性定義自
  styleName : Object
The source of this object's style values.
ISimpleStyleClient
公用方法
 方法定義自
  
Called when the value of a style property is changed.
ISimpleStyleClient
屬性詳細資訊

styleName

屬性
styleName:Object

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: 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.



實作
    public function get styleName():Object
    public function set styleName(value:Object):void
方法詳細資訊

styleChanged

()方法
public function styleChanged(styleProp:String):void

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Called when the value of a style property is changed.

參數

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





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。