@ -104,6 +104,10 @@ BI.Tab = BI.inherit(BI.Widget, {
});
},
isCardExisted: function (cardName) {
return this.layout.isCardExisted(cardName);
getSelect: function () {
return this.curr;
@ -28,4 +28,6 @@ export declare class Tab extends Widget {
getTab<T>(v: string | number): T;
populate(): void;
isCardExisted(): boolean;
}