Class zwt.event.PartEvent
Extends
zwt.event.Event.
A part event is emitted when a life cycle event occurs.
Defined in: PartEvent.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.event.PartEvent(int_type, zwt_ui_Widget_widget, int_type)
Construct a part event.
|
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.
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