search

goog.ui.SelectionModel

Provided By
Extends
All Implemented Interfaces

Single-selection model. Dispatches a goog.events.EventType.SELECT event when a selection is made.

new SelectionModel( opt_items )

Parameters
opt_items(Array<(Object|null)>|null)=

Array of items; defaults to empty.

Instance Methods

Instance Properties