search

goog.ui.ItemEvent

Provided By
Extends

Generic ui event class for events that take a single item like a menu click event.

new ItemEvent( type, target, item )

Parameters
typestring

Event Type.

target(Object|null)

Reference to the object that is the target of this event.

item(Object|null)

The item that was clicked.

Instance Methods

Instance Properties