Paket | spark.events |
Klass | public final class GridSelectionEventKind |
Arv | GridSelectionEventKind Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
kind
property.
These constants indicate the kind of change that was made to the selection.
Relaterade API-element
Konstant | Definieras med | ||
---|---|---|---|
ADD_CELL : String = "addCell" [statisk]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [statisk]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [statisk]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [statisk]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [statisk]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [statisk]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [statisk]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [statisk]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [statisk]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [statisk]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind |
ADD_CELL | Konstant |
public static const ADD_CELL:String = "addCell"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
ADD_ROW | Konstant |
public static const ADD_ROW:String = "addRow"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
CLEAR_SELECTION | Konstant |
public static const CLEAR_SELECTION:String = "clearSelection"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
REMOVE_CELL | Konstant |
public static const REMOVE_CELL:String = "removeCell"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
REMOVE_ROW | Konstant |
public static const REMOVE_ROW:String = "removeRow"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
SELECT_ALL | Konstant |
public static const SELECT_ALL:String = "selectAll"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
SET_CELL | Konstant |
public static const SET_CELL:String = "setCell"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
SET_CELL_REGION | Konstant |
public static const SET_CELL_REGION:String = "setCellRegion"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
SET_ROW | Konstant |
public static const SET_ROW:String = "setRow"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
SET_ROWS | Konstant |
public static const SET_ROWS:String = "setRows"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Tue Jun 12 2018, 01:40 PM Z