Class zwt.ui.table.CellEditorEvent
Extends
zwt.event.Event.
A cell editor event is emitted when a specific event occurs on a cell editor.
Defined in: CellEditorEvent.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.ui.table.CellEditorEvent(int_type)
Construct a cell editor event.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
zwt.ui.table.CellEditorEvent.CANCELED
Constant used to indicate an editing canceled event
|
<static> |
zwt.ui.table.CellEditorEvent.STOPPED
Constant used to indicate an editing stopped event
|
- Methods borrowed from class zwt.event.Event:
- getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.ui.table.CellEditorEvent(int_type)
Construct a cell editor event.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
- Parameters:
- {Integer} int_type
- The event type.
Field Detail
<static>
{Integer}
zwt.ui.table.CellEditorEvent.CANCELED
Constant used to indicate an editing canceled event
<static>
{Integer}
zwt.ui.table.CellEditorEvent.STOPPED
Constant used to indicate an editing stopped event