Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct a cell editor event.
Field Summary
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.
Parameters:
{Integer} int_type
The event type.
See:
zwt.ui.table.CellEditor
zwt.ui.table.CellEditorEventManager
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 09 2011 19:29:09 GMT+0100 (CET)