Class AllControlsFocusEL

Focus event listener for all controls

Source : file dialogs/notesDialog/eventListeners/AllControlsFocusEL.js at line 31

Constructor

new AllControlsFocusEL ( noteDialog )

The constructor

Source : file dialogs/notesDialog/eventListeners/AllControlsFocusEL.js at line 45

Parameters

Name Type Description
noteDialog NoteDialog

A reference to the Notedialog object

Public methods

handleEvent ( focusEvent )

Event listener method

Source : file dialogs/notesDialog/eventListeners/AllControlsFocusEL.js at line 55

Parameters

Name Type Description
focusEvent Event

The event to handle

Private properties

#noteDialog : NoteDialog

A reference to the NoteDialog object

Source : file dialogs/notesDialog/eventListeners/AllControlsFocusEL.js at line 38