Pakiet | spark.events |
Klasa | public final class GridSelectionEventKind |
Dziedziczenie | GridSelectionEventKind Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
kind
property.
These constants indicate the kind of change that was made to the selection.
Powiązane elementy interfejsu API
Stała | Zdefiniowane przez | ||
---|---|---|---|
ADD_CELL : String = "addCell" [statyczny]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [statyczny]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [statyczny]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [statyczny]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [statyczny]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [statyczny]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [statyczny]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [statyczny]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [statyczny]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [statyczny]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind |
ADD_CELL | Stała |
public static const ADD_CELL:String = "addCell"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
ADD_ROW | Stała |
public static const ADD_ROW:String = "addRow"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
CLEAR_SELECTION | Stała |
public static const CLEAR_SELECTION:String = "clearSelection"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
REMOVE_CELL | Stała |
public static const REMOVE_CELL:String = "removeCell"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
REMOVE_ROW | Stała |
public static const REMOVE_ROW:String = "removeRow"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
SELECT_ALL | Stała |
public static const SELECT_ALL:String = "selectAll"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
SET_CELL | Stała |
public static const SET_CELL:String = "setCell"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
SET_CELL_REGION | Stała |
public static const SET_CELL_REGION:String = "setCellRegion"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
SET_ROW | Stała |
public static const SET_ROW:String = "setRow"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
SET_ROWS | Stała |
public static const SET_ROWS:String = "setRows"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Tue Jun 12 2018, 12:06 PM Z