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 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
currentState : String
The current view state. | IStateClient | ||
states : Array
The set of view state objects. | IStateClient2 | ||
transitions : Array
The set of view state transitions. | IStateClient2 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | IEventDispatcher | ||
Olay akışına bir olay gönderir. | IEventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | IEventDispatcher | ||
Determines whether the specified state has been defined on this
UIComponent. | IStateClient2 | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | IEventDispatcher | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | IEventDispatcher |
Özellik Ayrıntısı
states | özellik |
transitions | özellik |
Yöntem Ayrıntısı
hasState | () | yöntem |
public function hasState(stateName:String):Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Determines whether the specified state has been defined on this UIComponent.
Parametreler
stateName:String — The name of the state being checked.
|
Boolean — Whether or not the specified state has been defined
|
Tue Jun 12 2018, 01:09 PM Z