Class OsmSearchToolbarButtons

This class build the search toolbar and contains also the event listeners for the toolbar

Source : file dialogs/osmSearchDialog/osmSearchToolbarButtons/OsmSearchToolbarButtons.js at line 38

Constructor

new OsmSearchToolbarButtons ( osmSearchTree, osmSearchWait )

The constructor

Source : file dialogs/osmSearchDialog/osmSearchToolbarButtons/OsmSearchToolbarButtons.js at line 53

Parameters

Name Type Description
osmSearchTree OsmSearchTree

A reference to the OsmSearchTree object

osmSearchWait OsmSearchWait

A reference to the OsmSearchWait object

Public getters and setters

readonly get toolbarButtonsHTMLElement : HTMLElement

The toolbar htmlElement

Source : file dialogs/osmSearchDialog/osmSearchToolbarButtons/OsmSearchToolbarButtons.js at line 117

Private properties

#toolbarButtonsHTMLElement : HTMLElement

The toolbar container

Source : file dialogs/osmSearchDialog/osmSearchToolbarButtons/OsmSearchToolbarButtons.js at line 45