import BaseEvent from 'flexicious-react-datagrid/js/flexgrid/events/BaseEvent.js'
BaseEvent
Extends:
Direct Subclass:
Indirect Subclass:
Base class for all events using the Flexicious Event Dispatcher mechanism.
Constructor Summary
Public Constructor | ||
public |
constructor(type: *, bubbles: *, cancelable: *) |
Member Summary
Public Members | ||
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. |
Method Summary
Public Methods | ||
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. |
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. |
Public Constructors
public constructor(type: *, bubbles: *, cancelable: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
type | * | ||
bubbles | * | ||
cancelable | * |
Public Members
public cancelable: Boolean source
Whether or not this event can be cancelled.
Properties:
Name | Type | Attribute | Description |
cancelable | * |
Public Methods
public getClassNames(): string[] source
Returns a list of strings that represent the object hierarchy for this object.
Override:
TypedObject#getClassNamespublic isDefaultPrevented(): Boolean source
Has the default for this event been prevented. This is true if the preventDefault method has been called.