import FlexDataGridItemEditEvent from 'flexicious-react-datagrid/js/flexgrid/events/FlexDataGridItemEditEvent.js'FlexDataGridItemEditEvent
Extends:
A utility event that holds a data object
Constructor Summary
| Public Constructor | ||
| public |
constructor(type: *, grid: *, level: *, column: *, cell: *, item: *, triggerEvent: *, bubbles: *, cancelable: *) |
|
Member Summary
| Public Members | ||
| public |
itemEditor: * This event is dispatched in relation to edit related events. |
|
| public |
Populated for ITEM_EDIT_VALUE_COMMIT. |
|
Method Summary
| Public Methods | ||
| public |
getClassNames(): string[] |
|
Inherited Summary
| From class TypedObject | ||
| public |
typeCache: {} |
|
| public |
|
|
| public |
Returns a list of strings that represent the object hierarchy for this object. |
|
| public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
|
| From class BaseEvent | ||
| public |
Ignored property |
|
| public |
Whether or not this event can be cancelled. |
|
| public |
Has the default for this event been prevented |
|
| public |
Type of this event. |
|
| public |
getClassNames(): string[] |
|
| public |
Has the default for this event been prevented. |
|
| public |
If this event is cancelable, then the default prevented flag is set to true. |
|
| public |
If this event is cancelable, then the default prevented flag is set to true. |
|
| From class FlexDataGridEvent | ||
| public |
cell: IFlexDataGridCell The IFlexDataGridCell associated with the cell that triggered this event |
|
| public |
The FlexDataGridColumn associated with the cell that triggered this event |
|
| public |
The FlexDataGrid associated with the cell that triggered this event |
|
| public |
The data associated with the cell that triggered this event |
|
| public |
The FlexDataGridColumnLevel associated with the cell that triggered this event |
|
| public |
The event that triggered this event. |
|
| public |
getClassNames(): string[] |
|
Public Constructors
public constructor(type: *, grid: *, level: *, column: *, cell: *, item: *, triggerEvent: *, bubbles: *, cancelable: *) source
Override:
FlexDataGridEvent#constructorParams:
| Name | Type | Attribute | Description |
| type | * | ||
| grid | * | ||
| level | * | ||
| column | * | ||
| cell | * | ||
| item | * | ||
| triggerEvent | * | ||
| bubbles | * | ||
| cancelable | * |
Public Members
public itemEditor: * source
This event is dispatched in relation to edit related events. It contains the reference to the item editor.
Properties:
| Name | Type | Attribute | Description |
| itemEditor | * |
Public Methods
public getClassNames(): string[] source
Returns a list of strings that represent the object hierarchy for this object.