Here is a way to disable the tabview page. Turn it grey and unclickable.

var page = new qx.ui.tabview.Page("page");
page.set({enabled: false});