Pakket | spark.events |
Klasse | public final class GridSelectionEventKind |
Overerving | GridSelectionEventKind Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
kind
property.
These constants indicate the kind of change that was made to the selection.
Verwante API-elementen
Constante | Gedefinieerd door | ||
---|---|---|---|
ADD_CELL : String = "addCell" [statisch]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [statisch]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [statisch]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [statisch]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [statisch]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [statisch]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [statisch]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [statisch]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [statisch]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [statisch]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind |
ADD_CELL | Constante |
public static const ADD_CELL:String = "addCell"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
ADD_ROW | Constante |
public static const ADD_ROW:String = "addRow"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
CLEAR_SELECTION | Constante |
public static const CLEAR_SELECTION:String = "clearSelection"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
REMOVE_CELL | Constante |
public static const REMOVE_CELL:String = "removeCell"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
REMOVE_ROW | Constante |
public static const REMOVE_ROW:String = "removeRow"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
SELECT_ALL | Constante |
public static const SELECT_ALL:String = "selectAll"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
SET_CELL | Constante |
public static const SET_CELL:String = "setCell"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
SET_CELL_REGION | Constante |
public static const SET_CELL_REGION:String = "setCellRegion"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
SET_ROW | Constante |
public static const SET_ROW:String = "setRow"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
SET_ROWS | Constante |
public static const SET_ROWS:String = "setRows"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Wed Jun 13 2018, 11:42 AM Z