|
|
@ -1,11 +1,12 @@ |
|
|
|
import { Widget } from "../../core/widget"; |
|
|
|
import { Widget } from "../../core/widget"; |
|
|
|
|
|
|
|
import { Action } from "../../core/action/action"; |
|
|
|
|
|
|
|
|
|
|
|
export declare class Tab extends Widget { |
|
|
|
export declare class Tab extends Widget { |
|
|
|
static xtype: string; |
|
|
|
static xtype: string; |
|
|
|
|
|
|
|
|
|
|
|
static EVENT_CHANGE: string; |
|
|
|
static EVENT_CHANGE: string; |
|
|
|
|
|
|
|
|
|
|
|
setSelect(v: string | number): void; |
|
|
|
setSelect(v: string | number, action?: Action, callback?: Function): void; |
|
|
|
|
|
|
|
|
|
|
|
removeTab(v: string | number): void; |
|
|
|
removeTab(v: string | number): void; |
|
|
|
|
|
|
|
|
|
|
|