xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="http://www.adobe.com/2006/mxml">
import mx.collections.ArrayCollection;
[Bindable]
public var someData:ArrayCollection = new ArrayCollection(["one","two","three"]);