private function itemClickHandler(event:ListEvent):void {
var isBranch:Boolean = myTree.dataDescriptor.isBranch(myTree.selectedItem);
Alert.show((isBranch) ? “Pasta” : “Folha”);
}
private function itemClickHandler(event:ListEvent):void {
var isBranch:Boolean = myTree.dataDescriptor.isBranch(myTree.selectedItem);
Alert.show((isBranch) ? “Pasta” : “Folha”);
}
Escrito por Fabio da Silva
@ http://fabiophx.blogspot.com
Saiba mais sobre o autor na sua pagina de perfil
Outros posts do autor:
» Getters and Setters
» Palestras / Treinamentos
» HTTPService.resultFormat="object"