an iterator, calls a user-defined handler for each cell
myCarousel.forEachCell(function(item){ console.log(item.getId()); });