ButtonBar Panel
ButtonBarPanel : This is an extension of Panel in which a set of buttons can be added either on the header or footer.
Features:
- Extension of mx.controls.Panel , so it inherits all the properties of a Panel
- The buttons can be added either to the header or on the footer
- separate ClickHandler can be specified for each button.

View Demo
Download Source