Hi dude,
There is one issue I was facing after implementing your solution.
BasicArrowButton does not implement UIResource so I was getting two extra tabs.
What I have done to resolve this is I have created my own class which extends BasicArrowButton and implements UIResource.
That works..