Module: explorer/widgets/gadgetarea/GadgetMenuButton

explorer/widgets/gadgetarea/GadgetMenuButton

The button located in the GadgetToolbar that toggles the GadgetDropDownMenu widget.
Source:
See:

Extends

  • dijit/_WidgetBase
  • dijit/_TemplatedMixin
  • dijit/_WidgetsInTemplateMixin

Requires

  • module:explorer/widgets/GadgetDropDownMenu

Methods

constructMenu(metadata)

Populates the GadgetDropDownmenu with the gadget's metadata.
Parameters:
Name Type Description
metadata Object Object with the gadget's metadata.
Source:

getGadgetDropDownMenu() → {GadgetDropDownMenu}

Getter method for the GadgetDropDownMenu.
Source:
Returns:
The DropDownMenu connected to this button.
Type
GadgetDropDownMenu