In Extjs 4.2, I had a similar code with your buttons at the bottom of the window.
This worked for me:
var bbar = this.getDockedItems('toolbar[dock="bottom"]')[0]; var button = bbar.getComponent('btnSave');
The toolbar and elements are not in your code, but they are implied using the buttons: [{}]
source share