Class NoteDialogIconDimsControl extends BaseControl

This class is the icnWidth and iconHeight control of the NoteDialog

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 36

Constructor

new NoteDialogIconDimsControl ( eventListeners )

The constructor

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 57

Parameters

Name Type Description
eventListeners NoteDialogEventListeners

A reference to the eventListeners object of the NoteDialog

Public getters and setters

get iconHeight : Number

The icon width height in the control

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 127

set iconHeight

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 129

get iconWidth : Number

The icon width value in the control

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 118

set iconWidth

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 120

Public methods

destructor ( eventListeners )

Remove event listeners

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 108

Parameters

Name Type Description
eventListeners NoteDialogEventListeners

A reference to the eventListeners object of the NoteDialog

Private properties

#iconHeightInput : HTMLElement

The height input

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 50

#iconWidthInput : HTMLElement

The width input

Source : file dialogs/notesDialog/controls/NoteDialogIconDimsControl.js at line 43