Class Index | File Index

Classes


Class zwt.ui.table.ColumnEvent


Extends zwt.event.Event.

A column event is emitted when an event occurs on a column.


Defined in: ColumnEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct a column event.
Field Summary
Field Attributes Field Name and Description
<static>  
zwt.ui.table.ColumnEvent.CHANGE
Constant used to indicate a column change event
Methods borrowed from class zwt.event.Event:
getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.ui.table.ColumnEvent(int_type)
Construct a column event.
Author: Jeremy KUHN.
Parameters:
{Integer} int_type
The event type.
See:
zwt.ui.table.Column
zwt.ui.table.ColumnEventManager
Field Detail
<static> {Integer} zwt.ui.table.ColumnEvent.CHANGE
Constant used to indicate a column change event

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