Do action handlers not work directly on view instances?
Instead of attaching an action handler within the view, I want to attach it directly on the entire view itself.>
The recommended solution is to make a custom view subclass. You can then add a click function the subclass that will handle click events automatically.
click