Class TopBarDragStartEL

Dragstart event listener for the top bar

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

Constructor

new TopBarDragStartEL ( mover )

The constructor

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

Parameters

Name Type Description
mover BaseDialogMover or DockableBaseDialogMover

A reference to the mover object of the dialog

Public methods

handleEvent ( dragStartEvent )

Event listener method

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

Parameters

Name Type Description
dragStartEvent Event

The event to handle

Private properties

#mover : BaseDialogMover or DockableBaseDialogMover

A reference to the mover object of the dialog

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