OO.ui.TabPanelLayout.prototype.setTabItem = function ( tabItem ) {
    this.tabItem = tabItem || null;
    if ( tabItem ) {
        this.setupTabItem();
    }