Class OsmSearchDialog extends DockableBaseDialog

This class is the TravelPropertiesDialog

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 46

Constructor

new OsmSearchDialog ( )

The constructor

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 122

Public getters and setters

readonly get contentHTMLElements : Array of HTMLElement

An array with the HTMLElements that have to be added in the content of the dialog. Overload of the BaseDialog contentHTMLElements property.

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 149

readonly get title : String

The dialog title. Overload of the BaseDialog.title property

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 160

readonly get toolbarHTMLElement : HTMLElement

The toolbar HTMLElement

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 167

Public methods

createContentHTML ( )

Create all the controls needed for the dialog. Overload of the base class createContentHTML

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 131

onCancel ( )

Hide the dialog and the search limits

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 175

show ( )

Show the dialog and the search limits

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 184

updateContent ( )

Update the content of the dialog

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 193

Private properties

#osmSearchLimits : OsmSearchLimits

The limits of the search

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 53

#osmSearchResultsControl : SortableListControl

The notes control

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 67

#osmSearchResultsHTMLBuilder : OsmSearchResultsHTMLBuilder

The html builder for the results

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 88

#osmSearchTree : OsmSearchTree

The search tree

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 74

#osmSearchWait : OsmSearchWait

The wait bar

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 81

#searchResultMouseEnterEL : SearchResultMouseEnterEL

Search result mouseenter event listener

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 95

#searchResultMouseLeaveEL : SearchResultMouseLeaveEL

Search result contextmenu event listener

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 102

#toolbarHTMLElement : HTMLElement

The toolbar HTMLElement

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 60

Private methods

#createToolbar ( )

Toolbar creation

Source : file dialogs/osmSearchDialog/OsmSearchDialog.js at line 108