search

goog.ui.ComboBoxItem

Provided By
Extends
All Implemented Interfaces

Class for combo box items.

new ComboBoxItem( content, opt_data, opt_domHelper, opt_renderer )

Parameters
content(string|Node|Array<Node>|NodeList<Node>|null)

Text caption or DOM structure to display as the content of the item (use to add icons or styling to menus).

opt_data*=

Identifying data for the menu item.

opt_domHelper(goog.dom.DomHelper|null)=

Optional dom helper used for dom interactions.

opt_renderer(goog.ui.MenuItemRenderer|null)=

Optional renderer.

Instance Methods

Instance Properties