| Package | ardisia.components.buttonBar | 
| Class | public class TabBar | 
| Inheritance | TabBar  ButtonBarBase  spark.components.supportClasses.ButtonBarBase | 
| Subclasses | ToolbarTabBar | 
Since the selectedIndex can change via dragging, it is better to bind to the selectedItem property of the dataProvider.
View the technical documentation on the Ardisia Labs website for more information.
Default MXML PropertydataProvider
| Method | Defined By | ||
|---|---|---|---|
| TabBar() | TabBar | ||
|  | addButton(data:Object, selected:Boolean):void 
	  Use this method to add a button via animation. | ButtonBarBase | |
|  | endButtonDrag():void 
	 	End a selected button drag. | ButtonBarBase | |
|  | removeButton(index:int):void 
	  Use this method to remove a button via animation. | ButtonBarBase | |
|  | startButtonDrag(initialX:Number):void 
	 	Start dragging the selected button. | ButtonBarBase | |