Hi Kishore,
Add the press event handler for your button as below,
new sap.ui.commons.Button({press:function(oEvent){
oTable.setSelectedIndex(oEvent.getSource().getParent().getIndex());
}});
Refer to this snippet http://jsbin.com/kikubupa/1/edit
regards
sakthi