ui.equation.PaletteEvent Extends goog.events.Event
The event that palettes dispatches.

Inheritance

Constructor

goog.ui.equation.PaletteEvent(typepaletteopt_target)

Parameters

type : string
Type of the event.
palette : goog.ui.equation.Palette
The palette that the event is fired on.
opt_target : Element=
The optional target of the event.

Instance Methods

Public Protected Private
getPalette() goog.ui.equation.Palette
Returns the palette that this event is fired from.
Returns: goog.ui.equation.Palette  The palette this event is fired from.
code »
dispose()
Events don't need to be disposed. For backwards compatibility (goog.events.Event used to inherit goog.Disposable).
code »
disposeInternal()
Events don't need to be disposed. For backwards compatibility (goog.events.Event used to inherit goog.Disposable).
code »
preventDefault()
Prevents the default action, for example a link redirecting to a url.
code »
stopPropagation()
Stops event propagation.
code »

Instance Properties

The palette the event is fired from.
Code »
currentTarget :
Object that had the listener attached.
Code »
defaultPrevented :
Whether the default action has been prevented. This is a property to match the W3C specification at http://www.w3.org/TR/DOM-Level-3-Events/ #events-event-type-defaultPrevented. Must be treated as read-only outside the class.
Code »
propagationStopped_ :
Whether to cancel the event in internal capture/bubble processing for IE.
Code »
returnValue_ :
Return value for in internal capture/bubble processing for IE.
Code »
target :
Target of the event.
Code »
type :
Event type.
Code »

Enumerations

goog.ui.equation.PaletteEvent.Type :
The type of events that can be fired on palettes.
Constants:
ACTION
No description.
Code »

Package ui.equation

Package Reference