Naslaggids voor Adobe ActionScript® 3.0 voor het Adobe® Flash®-platform
Startpagina  |  Lijst met pakketten en klassen verbergen |  Pakketten  |  Klassen  |  Nieuw  |  Index  |  Bijlagen  |  Waarom in het Engels?
Filters: Gegevens ophalen van server...
Gegevens ophalen van server...
spark.core 

ISharedDisplayObject  - AS3 Flex

Pakketspark.core
Interfacepublic interface ISharedDisplayObject
Geïmplementeerd door Group, IconItemRenderer

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

The ISharedDisplayObject interface defines the minimum requirements that a DisplayObject must implement to be shared between IGraphicElement objects. The Group class uses the ISharedDisplayObject interface to manage invalidation and redrawing of sequences of IGraphicElement objects that share a DisplayObject.

Typically, when implementing a custom IGraphicElement class, you also implement this interface for the DisplayObject that the custom IGraphicElement creates.



Openbare eigenschappen
 EigenschapGedefinieerd door
  redrawRequested : Boolean
Contains true when any of the IGraphicElement objects that share this DisplayObject need to redraw.
ISharedDisplayObject
Eigenschapdetails

redrawRequested

eigenschap
redrawRequested:Boolean

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Contains true when any of the IGraphicElement objects that share this DisplayObject need to redraw. This property is used internally by the Group class and you do not typically use it. The Group class sets and reads back this property to determine which graphic elements to validate.



Implementatie
    public function get redrawRequested():Boolean
    public function set redrawRequested(value:Boolean):void




[ X ]Waarom in het Engels?
Sommige inhoud van de Naslaggids voor ActionScript 3.0 staat in het Engels

Niet alle onderdelen van de Naslaggids voor ActionScript 3.0 zijn in alle talen vertaald. Wanneer een taalelement niet is vertaald, wordt het in het Engels weergegeven. Zo is de klasse ga.controls.HelpBox niet in elke taal vertaald. In de Nederlandse versie van de naslaggids wordt de klasse ga.controls.HelpBox bijvoorbeeld in het Engels weergegeven.