Class Index | File Index

Classes


Class zwt.event.PartEvent


Extends zwt.event.Event.

A part event is emitted when a life cycle event occurs.


Defined in: PartEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
zwt.event.PartEvent(int_type, zwt_ui_Widget_widget, int_type)
Construct a part event.
Field Summary
Field Attributes Field Name and Description
<static>  
zwt.event.PartEvent.ATTACHED
Constant used to indicate that a part has been attached to the window
<static>  
zwt.event.PartEvent.DETACHED
Constant used to indicate that a part has been detached from the window
<static>  
zwt.event.PartEvent.REDRAW
Constant used to indicate that a part is going to be redrawn
Methods borrowed from class zwt.event.Event:
getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.event.PartEvent(int_type, zwt_ui_Widget_widget, int_type)
Construct a part event.
Author: Jeremy KUHN.
Parameters:
{Integer} int_type
The event type
zwt_ui_Widget_widget
int_type
Field Detail
<static> {Integer} zwt.event.PartEvent.ATTACHED
Constant used to indicate that a part has been attached to the window

<static> {Integer} zwt.event.PartEvent.DETACHED
Constant used to indicate that a part has been detached from the window

<static> {Integer} zwt.event.PartEvent.REDRAW
Constant used to indicate that a part is going to be redrawn

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:52 GMT+0100 (CET)