Array of all IToolbarControls from all slots in the toolbar
Array of IToolbarControls for the center of the toolbar
Class to bind to for the css style
Whether or not IToolbarControls are hidden
The element id for the toolbar
Array of IToolbarControls for the left side of the toolbar
A flexible container for IToolbarControls that overflow the main toolbar
permission checklist for the toolbar
Array of IToolbarControls for the right of the toolbar
The title of the toolbar element, used for toolTip text
Adds the provided toolbar control to the toolbar
The toolbar control to add to the toolbar
The side of the toolbar to add the control to; left, center or right
Creates a toolbar control and add it to the toolbar
The toolbar configuration
The side of the toolbar to add the control to; left, center or right
A new toolbar control if successful, undefined if an error occurred
Disables all toolbar controls added in the toolbar. This method invokes disable public method on all of individual controls contained in the toolbar. Depending on the implementation of the disable method, a control may be not be disabled as result.
Promise that resolves when all toolbar controls are disabled
Enables all toolbar controls added in the toolbar. This method invokes enable public method on all of individual controls contained in the toolbar. Depending on the implementation of the enable method, a control may be not be enabled as result.
Promise that resolves when all toolbar controls are enabled
Retrieves the toolbar control with the specified identifier
The element identifier
First toolbar control element matching ${id} or null if none present
Hides all controls in the toolbar
Removes the provided toolbar control from the toolbar
The toolbar control to remove from the toolbar
Whether or not item was removed
Removes a toolbar control from the toolbar with the provided control ID
The toolbar control to remove from the toolbar
Whether or not item was removed
Shows all controls in the toolbar
Sets toolbar overflow toggle to an explicit state. Toggles state if none provided.
State to set toggle; active if true
A dynamic toolbar that may contain multiple IToolbarControl types at runtime to generate toolbar actions