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.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.ui.table.ColumnEvent(int_type)
Construct a column event.
|
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.
Author: Jeremy KUHN.
- Parameters:
- {Integer} int_type
- The event type.
Field Detail
<static>
{Integer}
zwt.ui.table.ColumnEvent.CHANGE
Constant used to indicate a column change event