包 | spark.events |
类 | public final class GridSelectionEventKind |
继承 | GridSelectionEventKind Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
kind
属性的有效值的常量。这些常量指示对选定内容进行的更改类型。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ADD_CELL : String = "addCell" [静态]
指示应将此单元格添加到当前选定内容。 | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [静态]
指示应将此行添加到当前选定内容。 | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [静态]
指示应清除当前选定内容。 | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [静态]
指示应将此单元格从当前选定内容中删除。 | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [静态]
指示应将此行从当前选定内容中删除。 | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [静态]
指示应选择整个网格。 | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [静态]
指示应将当前选定内容设置为此单元格。 | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [静态]
指示应将当前选定内容设置为此单元格区域。 | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [静态]
指示应将当前选定内容设置为此行。 | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [静态]
指示应将当前选定内容设置为这些行。 | GridSelectionEventKind |
常量详细信息
ADD_CELL | 常量 |
public static const ADD_CELL:String = "addCell"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将此单元格添加到当前选定内容。
ADD_ROW | 常量 |
public static const ADD_ROW:String = "addRow"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将此行添加到当前选定内容。
CLEAR_SELECTION | 常量 |
public static const CLEAR_SELECTION:String = "clearSelection"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应清除当前选定内容。
REMOVE_CELL | 常量 |
public static const REMOVE_CELL:String = "removeCell"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将此单元格从当前选定内容中删除。
REMOVE_ROW | 常量 |
public static const REMOVE_ROW:String = "removeRow"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将此行从当前选定内容中删除。
SELECT_ALL | 常量 |
public static const SELECT_ALL:String = "selectAll"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应选择整个网格。
SET_CELL | 常量 |
public static const SET_CELL:String = "setCell"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将当前选定内容设置为此单元格。
SET_CELL_REGION | 常量 |
public static const SET_CELL_REGION:String = "setCellRegion"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将当前选定内容设置为此单元格区域。
SET_ROW | 常量 |
public static const SET_ROW:String = "setRow"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将当前选定内容设置为此行。
SET_ROWS | 常量 |
public static const SET_ROWS:String = "setRows"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | Flash Player 10, AIR 2.5 |
指示应将当前选定内容设置为这些行。
Tue Jun 12 2018, 11:04 AM Z