The List control is identical to the ComboBox, except that it displays and lets the user select multiple items at once. The List here will have no dataProvider, because it will be empty until the user adds items to it.
After the Button, add a List control with an id of cart:
<mx:List id="cart"/>