views:

41

answers:

1

I've added a ImageView and a Label to a TableViewRow, I've attached an on click event listener, so I can get the row, but how can I access the label inside of that row?

Is there a way to find the objects added to the row object?