Class OpenCfgFileButtonClickEL

Click event listener for the open file button

Source : file dialogs/notesDialog/eventListeners/OpenCfgFileButtonClickEL.js at line 34

Constructor

new OpenCfgFileButtonClickEL ( noteDialog )

The constructor

Source : file dialogs/notesDialog/eventListeners/OpenCfgFileButtonClickEL.js at line 48

Parameters

Name Type Description
noteDialog NoteDialog

A reference to the Notedialog object

Public methods

handleEvent ( clickEvent )

Event listener method

Source : file dialogs/notesDialog/eventListeners/OpenCfgFileButtonClickEL.js at line 58

Parameters

Name Type Description
clickEvent Event

The event to handle

Private properties

#noteDialog : NoteDialog

A reference to the NoteDialog object

Source : file dialogs/notesDialog/eventListeners/OpenCfgFileButtonClickEL.js at line 41