Default renderer for {@link goog.ui.TriStateMenuItemRenderer}s. Each item has the following structure:
extends goog.ui.MenuItemRendererInstance Method Summary | |
decorate(?goog.ui.MenuItem item, ?Element element) ⇒ ?Element Overrides {@link goog.ui.ControlRenderer#decorate} by initializing the menu item to checkable based on whether the element to be decorated has extra styling indicating that it should be. | |
getCssClass() ⇒ string Returns the CSS class to be applied to menu items rendered using this renderer. |