Class ToolbarItemsContainer

A simple container to share data between the BaseToolbar class, the ButtonHTMLElementClickEL and ButtonHTMLElementTouchEL classes. Neede to avoid a copy of the array in the EL constructors

Source : file toolbars/baseToolbar/ToolbarItemsContainer.js at line 33

Constructor

new ToolbarItemsContainer ( )

The constructor

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

Public properties

toolbarItemsArray : Array of ToolbarItem

An array with the toolbar items

Source : file toolbars/baseToolbar/ToolbarItemsContainer.js at line 40