Pass your main controller object to your child.
for eg:
Main controller:
*********Your Action**********
var that = this;
pass "That" to your child method, as an argument.
**********Calling child***********
So now you can access your parent control and its sub classes.
Correct me if I was wrong.
Thanks,
KA