Package com.smartgwt.client.widgets.toolbar

Class Summary
RibbonBar A ToolStrip-based class for showing groups of related buttons and other controls.
RibbonGroup A widget that groups other controls for use in RibbonBars.
Toolbar A Toolbar creates a vertical or horizontal strip of similar components (typically Buttons) and provides managed resizing and reordering behavior over those components.
ToolStrip Base class for creating toolstrips like those found in browsers and office applications: a mixed set of controls including icon buttons, radio button groups, menus, comboBoxes, spacers, status displays and drop-down selects.
ToolStripButton Simple button subclass of StretchImgButton with appearance appropriate for a ToolStrip button.
ToolStripGroup A widget that groups other controls for use in tool-strips.
ToolStripMenuButton Simple Menu Button subclass of IMenuButton with an appearance appropriate for a ToolStrip menu button.
ToolStripResizer Simple subclass of ImgSplitbar with appearance appropriate for a ToolStrip resizer.
ToolStripSeparator Simple subclass of Img with appearance appropriate for a ToolStrip separator
ToolStripSpacer A spacer element used to add extra blank space after the previous ToolStrip element.