up: ZWT     index Zimbu documentation

CLASS ZWT.Event @public

summary

     

An event that can be triggered and acted upon.

This forms the connection between the Javascript call and the ZWT objects.

ZWT.Widget  $widget @public  The Widget for which the event is triggered.
ZWT.EventType  $type @public  The type of event that happens.
ZWT.JsEvent  $jsEvent @public  The low-level Javascript event, optional
 
NEW(widget, type) @public  Create a new Event from the arguments.
$copy() ZWT.Event @public 
 

members (alphabetically)

     

ZWT.JsEvent $jsEvent @public

     

The low-level Javascript event, optional

ZWT.EventType $type @public

     

The type of event that happens.

ZWT.Widget $widget @public

     

The Widget for which the event is triggered.

PROC NEW(ZWT.Widget widget, ZWT.EventType type) @public

     

Create a new Event from the arguments.

FUNC $copy() ZWT.Event @public

credits

      The Class hierarchy, generated Javascript and a few other things are based on the Google Web Toolkit. http://code.google.com/webtoolkit/overview.html

license

      Copyright 2009 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0