search

goog.ui.TriStateMenuItem

Provided By
Extends
All Implemented Interfaces

Class representing a three state checkbox menu item.

new TriStateMenuItem( content, opt_model, opt_domHelper, opt_renderer, opt_alwaysAllowPartial )

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_model(Object|null)=

Data/model associated with the menu item.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper used for document interactions.

opt_renderer(goog.ui.MenuItemRenderer|null)=

Optional renderer.

opt_alwaysAllowPartialboolean=

If true, always allow partial state.

Instance Methods

Instance Properties

Enumerations