Paket | mx.events |
Sınıf | public final class InvalidateRequestData |
Miras Alma | InvalidateRequestData 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 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [statik]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [statik]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [statik]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
Sabit Ayrıntısı
DISPLAY_LIST | Sabit |
public static const DISPLAY_LIST:uint = 0x0001
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 |
Bit to indicate the request handler should invalidate their display list.
PROPERTIES | Sabit |
public static const PROPERTIES:uint = 0x0002
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 |
Bit to indicate the request handler should invalidate their properties.
SIZE | Sabit |
public static const SIZE:uint = 0x0004
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 |
Bit to indicate the request handler should invalidate their size.
Tue Jun 12 2018, 01:09 PM Z