import ExportEvent from 'flexicious-react-datagrid/js/flexgrid/export/ExportEvent.js'
ExportEvent
Extends:
Constructor Summary
Public Constructor | ||
public |
constructor(type: *, bubbles: *, cancelable: *) |
Member Summary
Public Members | ||
public |
The export options object associated with this event |
|
public |
textWritten: * The text written so far. |
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. |
Public Constructors
public constructor(type: *, bubbles: *, cancelable: *) source
Override:
BaseEvent#constructorParams:
Name | Type | Attribute | Description |
type | * | ||
bubbles | * | ||
cancelable | * |
Public Members
public exportOptions: * source
The export options object associated with this event
Properties:
Name | Type | Attribute | Description |
exportOptions | * |
public textWritten: * source
The text written so far.
Properties:
Name | Type | Attribute | Description |
textWritten | * |
Public Methods
public getClassNames(): string[] source
Returns a list of strings that represent the object hierarchy for this object.