A toolbar/menubar element.(c) SAP AG 2003-2006. All rights reserved. Gets the key of the currently displayed toolbar, if any. Gets or sets the control styling glyph. Gets or sets the buttons grouping mode.Property values: <ul><li>ALL: All button groups can be expanded / collapsed independently </li><li>ONE: Exactly one button groups can be expanded at any time </li><li>NONE: The button groups are always expanded </li></ul> Builds a toolbar from the given arguments.The toolbar items (see remarks).Toolbar key that can be later used for selectively showing/hiding the toolbar.Indicates whether to display button icons.Indicates whether to display button labels.A regular expression for defining which toolbar items should be excluded from view.The <i>items</i> parameter is an array of objects, each representing a toolbar button, group, or separator. The order of items in the list defines their display and grouping order in the toolbar. Each item is an object of the following structure: <table class="BOTH"><tr><td class="H V">Name </td><td class=H>Type </td><td class=H>Description </td></tr><tr><td class=V>type </td><td>enum </td><td>Values: GRP=group start, MNU=menu button, BTN=push button, SPC=separator, INP=input field </td></tr><tr><td class=V>id </td><td>String </td><td>Unique identifier within the toolbar </td></tr><tr><td class=V>text </td><td>String </td><td>Text of label to display (type=GRP </td><td>BTN </td><td>MNU) </td></tr><tr><td class=V>icon </td><td>String </td><td>Url of icon to display, relative to dev<code>skin:visuals.buttons</code> (type=BTN) </td></tr><tr><td class=V>menu </td><td>String </td><td>Name of popup menu associated with a menu button (type=MNU) </td></tr><tr><td class=V>signal </td><td>String </td><td>Signal to raise when a button is clicked (type=BTN </td><td>INP) </td></tr><tr><td class=V>show </td><td>Boolean </td><td>Indicates whether to initially show (expand) a group (type=GRP) </td></tr><tr><td class=V>style </td><td>String </td><td>Additional CSS attributes to apply to the toolbar item </td></tr></table> Clears the toolbar. Returns a specified button object.Id of the requested button.The requested button object. Hides the toolbar with the given key.Key of toolbar to hide; if omitted, the current toolbar will be hidden.Returns true if the specified toolbar was found and hidden; otherwise, returns false. Shows the toolbar with the given key.Key of toolbar to show.Returns true if the specified toolbar was found and shown; otherwise, returns false. Toggles a specified button between <code>normal</code> and <code>pressed</code> states.Id of button to toggle.