Adds the provided control to the collection
The toolbar control to add to the collection
Disables the toolbar control. This will also gets called when toolbar containing the control gets disabled. Note: If the control needs to do additional sync/async taks (e.x checking on user permission), create override method for disable.
Enables the toolbar control. This will also gets called when toolbar containing the control gets enabled. Note: If the control needs to do additional sync/async taks (e.x checking on user permission), create override method for enable.
Retrieves the toolbar control with the specified identifier
The element identifier
First toolbar control element matching ${id} or null if none present
Hides the toolbar control.
Removes the provided toolbar control from the collection
The toolbar control to remove from the collection
Whether or not item was removed
Shows the toolbar control.
A dynamic toolbar control to group and organize related controls