Class: HeaderMenuButton

HeaderMenuButton

HeaderMenuButton for pear.plugin.HeaderMenu

new HeaderMenuButton(content, opt_menu)

Parameters:
Name Type Argument Description
content string | Node | Array.<Node> | NodeList Text caption or DOM structure to display as the content of the control (if any).
opt_menu goog.ui.Menu <optional>
Menu to render under the button when clicked.
Source:

Extends

  • goog.ui.MenuButton

Methods

getHeaderCell() → {pear.ui.GridHeaderCell}

get GridHeaderCell in which MenuButton is part of
Source:
Returns:
Type
pear.ui.GridHeaderCell

setHeaderCell(cell)

set GridHeaderCell on which HeaderMenuButton is added
Parameters:
Name Type Description
cell pear.ui.GridHeaderCell GridHeaderCell of Column
Source: