Onclick event for Tabbar

Does the tabbar have an onclick event? Is there a way to unselect a tab without clicking a different tab? I have a tabbar with only one tab and want to unselect that tab.

You can use method tabbar.setTabInActive();
It makes tabs inactive.

That was the answer.