Class ButtonHTMLElementClickEL

Click event listener for the toolbar buttons

Source : file toolbars/baseToolbar/ButtonHTMLElementClickEL.js at line 31

Constructor

new ButtonHTMLElementClickEL ( toolbarItemsContainer )

The constructor

Source : file toolbars/baseToolbar/ButtonHTMLElementClickEL.js at line 46

Parameters

Name Type Description
toolbarItemsContainer ToolbarItemsContainer

A reference to the toolbarItemsContainer of the BaseToolbar class object

Public methods

handleEvent ( clickEvent )

Event listener method

Source : file toolbars/baseToolbar/ButtonHTMLElementClickEL.js at line 56

Parameters

Name Type Description
clickEvent Event

The event to handle

Private properties

#toolbarItemsContainer : ToolbarItemsContainer

A reference to the toolbarItemsContainer of the BaseToolbar class

Source : file toolbars/baseToolbar/ButtonHTMLElementClickEL.js at line 38