| Pakiet | mx.automation.events |
| Klasa | public class AdvancedDataGridItemSelectEvent |
| Dziedziczenie | AdvancedDataGridItemSelectEvent Event Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| altKey : Boolean
Indicates whether the Alt key was pressed at the time of the event, true,
or not, false. | AdvancedDataGridItemSelectEvent | ||
![]() | bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | |
![]() | cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | |
| columnIndex : int
The data provider index of the item to be selected. | AdvancedDataGridItemSelectEvent | ||
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| ctrlKey : Boolean
Indicates whether the Ctrl key was pressed at the time of the event, true,
or not, false. | AdvancedDataGridItemSelectEvent | ||
![]() | currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | |
| dataField : String
The data field of the current column being selected. | AdvancedDataGridItemSelectEvent | ||
![]() | eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | |
| headerPart : String
The data field of the current column being selected
If HEADER_RELEASE event, which part of the header was clicked. | AdvancedDataGridItemSelectEvent | ||
| itemAutomationValue : String
The automationValue string of the item to be selected. | AdvancedDataGridItemSelectEvent | ||
| itemRenderer : IListItemRenderer
Item renderer object for the item being selected or deselected. | AdvancedDataGridItemSelectEvent | ||
| shiftKey : Boolean
Indicates whether the Shift key was pressed at the time of the event, true,
or not, false. | AdvancedDataGridItemSelectEvent | ||
![]() | target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | |
| triggerEvent : Event
Event that triggered the item selection event,
such as a keyboard or mouse event. | AdvancedDataGridItemSelectEvent | ||
![]() | type : String [tylko do odczytu]
Typ zdarzenia. | Event | |
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
AdvancedDataGridItemSelectEvent(type:String, columnIndex:int = -1, dataField:String = "", headerPart:String = "", bubbles:Boolean = false, cancelable:Boolean = false, itemRenderer:IListItemRenderer = null, triggerEvent:Event = null, ctrlKey:Boolean = false, altKey:Boolean = false, shiftKey:Boolean = false)
Constructor. | AdvancedDataGridItemSelectEvent | ||
![]() |
Powiela instancję podklasy Event. | Event | |
![]() |
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | |
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | |
![]() |
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| HEADER_RELEASE : String = "headerRelease" [statyczny]
The AdvancedDataGridEvent.HEADER_RELEASE constant defines the value of the
type property of the event object for a
headerRelease event, which indicates that the
user pressed and released the mouse on a column header. | AdvancedDataGridItemSelectEvent | ||
altKey | właściwość |
public var altKey:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether the Alt key was pressed at the time of the event, true,
or not, false.
Wartością domyślną jest false.
columnIndex | właściwość |
public var columnIndex:int| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The data provider index of the item to be selected.
ctrlKey | właściwość |
public var ctrlKey:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether the Ctrl key was pressed at the time of the event, true,
or not, false.
Wartością domyślną jest false.
dataField | właściwość |
public var dataField:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The data field of the current column being selected.
headerPart | właściwość |
public var headerPart:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The data field of the current column being selected If HEADER_RELEASE event, which part of the header was clicked.
itemAutomationValue | właściwość |
public var itemAutomationValue:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The automationValue string of the item to be selected. This is used when the item to be selected is not visible in the control.
itemRenderer | właściwość |
public var itemRenderer:IListItemRenderer| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Item renderer object for the item being selected or deselected. You can access the cell data using this property.
Wartością domyślną jest null.
shiftKey | właściwość |
public var shiftKey:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether the Shift key was pressed at the time of the event, true,
or not, false.
Wartością domyślną jest false.
triggerEvent | właściwość |
public var triggerEvent:Event| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Event that triggered the item selection event, such as a keyboard or mouse event.
Wartością domyślną jest null.
AdvancedDataGridItemSelectEvent | () | Konstruktor |
public function AdvancedDataGridItemSelectEvent(type:String, columnIndex:int = -1, dataField:String = "", headerPart:String = "", bubbles:Boolean = false, cancelable:Boolean = false, itemRenderer:IListItemRenderer = null, triggerEvent:Event = null, ctrlKey:Boolean = false, altKey:Boolean = false, shiftKey:Boolean = false)| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor. Normally called by the Flex control and not used in application code.
Parametrytype:String — The event type; indicates the action that caused the event.
| |
columnIndex:int (default = -1) — The index of the current column being selected.
| |
dataField:String (default = "") — The data field of the current column being selected.
| |
headerPart:String (default = "") — The data field of the current column being selected If HEADER_RELEASE event, which part of the header was clicked.
| |
bubbles:Boolean (default = false) — Specifies whether the event can bubble
up the display list hierarchy.
| |
cancelable:Boolean (default = false) — Specifies whether the behavior
associated with the event can be prevented.
| |
itemRenderer:IListItemRenderer (default = null) — The item renderer object for the item.
| |
triggerEvent:Event (default = null) — The event, such as a mouse or keyboard event, that
triggered the selection action.
| |
ctrlKey:Boolean (default = false) — Whether the Ctrl key was pressed at the time of the event.
| |
altKey:Boolean (default = false) — Whether the Alt key was pressed at the time of the event.
| |
shiftKey:Boolean (default = false) — Whether the Shift key was pressed at the time of the event.
|
HEADER_RELEASE | Stała |
public static const HEADER_RELEASE:String = "headerRelease"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The AdvancedDataGridEvent.HEADER_RELEASE constant defines the value of the
type property of the event object for a
headerRelease event, which indicates that the
user pressed and released the mouse on a column header.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | true |
columnIndex | The zero-based index of the
item's column in the AdvancedDataGrid object's columns array. |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
dataField | The name of the field or property in the data associated with the column. |
itemRenderer | The header renderer that is being released. |
localX | NaN |
reason | null |
rowIndex | null |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
type | AdvancedDataGridEvent.HEADER_RELEASE |
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne