Showing posts with label Component. Show all posts
Showing posts with label Component. Show all posts

20070601

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.
Look at the ButtonBarPanelTest.mxml in the source for usage.



View Demo
Download Source