Class PrintRouteMapDialog extends ModalBaseDialog

This class create and manage the print route map dialog

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 41

Constructor

new PrintRouteMapDialog ( )

The constructor

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 97

Public getters and setters

readonly get contentHTMLElements : Array of HTMLElement

Get an array with the HTMLElements that have to be added in the content of the dialog.

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 190

readonly get title : String

Return the dialog title. Overload of the BaseDialog.title property

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 206

Public methods

createContentHTML ( )

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

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 106

onOk ( )

Overload of the BaseDialog.onOk ( ) method. Called when the Ok button is clicked

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 173

show ( )

Overload of the ModalBaseDialog.show ( ) method.

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 163

Private properties

#borderWidthControl : NumberInputControl

The border width input

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 62

#firefoxBrowserControl : RadioInputControl

The Firefox browser control

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 83

#paperHeightControl : NumberInputControl

The paper height input

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 55

#paperWidthControl : NumberInputControl

The paper width input

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 48

#printNotesControl : CheckboxInputControl

The print notes control

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 76

#zoomFactorControl : NumberInputControl

The zoom factor input

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 69

Private getters and setters

readonly static get #MAX_ZOOM : Number

The greatest acceptable zoom to avoid to mutch tiles asked to OSM

Source : file dialogs/printRouteMapDialog/PrintRouteMapDialog.js at line 91