| 包 | fl.core |
| 类 | public class InvalidationType |
| 继承 | InvalidationType Object |
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
type 属性使用的 InvalidationType 常量,该事件对象在组件变为无效以后被调度。 组件开发人员使用这些常量来指定组件变为无效以后要重绘的组件部分。
| 常量 | 定义方 | ||
|---|---|---|---|
| ALL : String = "all" [static]
InvalidationType.ALL 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件应该完全重绘自身。
| InvalidationType | ||
| DATA : String = "data" [static]
InvalidationType.DATA 常量定义事件对象的 type 属性值,该事件对象被调度来指示属于组件的数据无效。
| InvalidationType | ||
| RENDERER_STYLES : String = "rendererStyles" [static]
InvalidationType.RENDERER_STYLES 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的渲染器样式无效。
| InvalidationType | ||
| SCROLL : String = "scroll" [static]
InvalidationType.SCROLL 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的滚动位置无效。
| InvalidationType | ||
| SELECTED : String = "selected" [static]
InvalidationType.SELECTED 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的 selected 属性无效。
| InvalidationType | ||
| SIZE : String = "size" [static]
InvalidationType.SIZE 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的屏幕尺寸无效。
| InvalidationType | ||
| STATE : String = "state" [static]
InvalidationType.STATE 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的状态无效。
| InvalidationType | ||
| STYLES : String = "styles" [static]
InvalidationType.STYLES 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的样式无效。
| InvalidationType | ||
| ALL | 常量 |
public static const ALL:String = "all"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.ALL 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件应该完全重绘自身。
| DATA | 常量 |
public static const DATA:String = "data"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.DATA 常量定义事件对象的 type 属性值,该事件对象被调度来指示属于组件的数据无效。
| RENDERER_STYLES | 常量 |
public static const RENDERER_STYLES:String = "rendererStyles"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.RENDERER_STYLES 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的渲染器样式无效。
| SCROLL | 常量 |
public static const SCROLL:String = "scroll"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.SCROLL 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的滚动位置无效。
| SELECTED | 常量 |
public static const SELECTED:String = "selected"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.SELECTED 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的 selected 属性无效。
| SIZE | 常量 |
public static const SIZE:String = "size"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.SIZE 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的屏幕尺寸无效。
| STATE | 常量 |
public static const STATE:String = "state"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.STATE 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的状态无效。 例如,当组件的 enabled 状态不再有效时使用该常量。
| STYLES | 常量 |
public static const STYLES:String = "styles"
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
InvalidationType.STYLES 常量定义事件对象的 type 属性值,该事件对象被调度来指示组件的样式无效。
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/fl/core/InvalidationType.html