Class DropListItemEL

Drop list item event listener

Source : file controls/sortableListControl/DropListItemEL.js at line 31

Constructor

new DropListItemEL ( dropFunction )

The constructor

Source : file controls/sortableListControl/DropListItemEL.js at line 45

Parameters

Name Type Description
dropFunction Function

The function to call when an item is droped

Public methods

handleEvent ( dropEvent )

Event listener method

Source : file controls/sortableListControl/DropListItemEL.js at line 55

Parameters

Name Type Description
dropEvent Event

The event to handle

Private properties

#dropFunction : Function

The function to call when an item is droped

Source : file controls/sortableListControl/DropListItemEL.js at line 38