backgroundColor="white">
import mx.collections.ArrayCollection;
[Bindable]
public var allAssets:ArrayCollection = new ArrayCollection([
{label:"A"},
{label:"B"},
{label:"C"},
{label:"D"}
]);