Class goog.testing.events.Event

code »
Event
  └ goog.testing.events.Event

goog.events.BrowserEvent expects an Event so we provide one for JSCompiler. This clones a lot of the functionality of goog.events.Event. This used to use a mixin, but the mixin results in confusing the two types when compiled.

Constructor

goog.testing.events.Event ( type, opt_target )
Parameters
type: string
Event Type.
opt_target: Object=
Reference to the object that is the target of this event.
Show:

Instance Methods

Defined in goog.testing.events.Event

Defined in Event

code »initEvent ( eventTypeArg, canBubbleArg, cancelableArg )undefined
Parameters
eventTypeArg
canBubbleArg
cancelableArg

Instance Properties

Defined in goog.testing.events.Event

Whether to cancel the event in internal capture/bubble processing for IE.

Return value for in internal capture/bubble processing for IE.