| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType class defines
InvalidationType constants
that are used by the
type property of an event object that is
dispatched after a component is invalidated. These constants are used
by component developers to specify the portion of the component that is to be redrawn
after the component is invalidated.
public static const ALL:String = "all"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.ALL constant defines the value of the type
property of the event object that is dispatched to indicate that the component should
redraw itself entirely.
public static const DATA:String = "data"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.DATA constant defines the value of the type
property of the event object that is dispatched to indicate that the data that belongs to
a component is invalid.
public static const RENDERER_STYLES:String = "rendererStyles"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.RENDERER_STYLES constant defines the value of
the type property of the event object that is dispatched to indicate that
the renderer styles of the component are invalid.
public static const SCROLL:String = "scroll"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.SCROLL constant defines the value of the type
property of the event object that is dispatched to indicate that the scroll position of the
component is invalid.
public static const SELECTED:String = "selected"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.SELECTED constant defines the value of the type
property of the event object that is dispatched to indicate that the selected
property of the component is invalid.
public static const SIZE:String = "size"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.SIZE constant defines the value of the type
property of the event object that is dispatched to indicate that the screen dimensions of
the component are invalid.
public static const STATE:String = "state"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.STATE constant defines the value of the type
property of the event object that is dispatched to indicate that the state of the component
is invalid. For example, this constant is used when the enabled state of a component
is no longer valid.
public static const STYLES:String = "styles"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
The InvalidationType.STYLES constant defines the value of the type
property of the event object that is dispatched to indicate that the styles of the component
are invalid.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Mon Nov 19 2007, 10:27 AM GMT-08:00