Class TopBarDragEndEL

Dragend event event listener for the top bar

Source : file dialogs/baseDialog/TopBarDragEndEL.js at line 31

Constructor

new TopBarDragEndEL ( mover )

The constructor

Source : file dialogs/baseDialog/TopBarDragEndEL.js at line 45

Parameters

Name Type Description
mover BaseDialogMover or DockableBaseDialogMover

A reference to the mover object of the dialog

Public methods

handleEvent ( dragEndEvent )

Event listener method

Source : file dialogs/baseDialog/TopBarDragEndEL.js at line 55

Parameters

Name Type Description
dragEndEvent Event

The event to handle

Private properties

#mover : BaseDialogMover or DockableBaseDialogMover

A reference to the mover object of the dialog

Source : file dialogs/baseDialog/TopBarDragEndEL.js at line 38