import mx.controls.Alert; private function clickHandler(item:Object):void { Alert.show(item.data, "ClickHandler"); }