|
|
@ -15,6 +15,11 @@ export interface _DownListComboStatic { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export declare class DownListCombo extends Widget { |
|
|
|
export declare class DownListCombo extends Widget { |
|
|
|
|
|
|
|
static xtype: string; |
|
|
|
|
|
|
|
static EVENT_CHANGE: string; |
|
|
|
|
|
|
|
static EVENT_SON_VALUE_CHANGE: string; |
|
|
|
|
|
|
|
static EVENT_BEFORE_POPUPVIEW: string; |
|
|
|
|
|
|
|
|
|
|
|
hideView: () => void; |
|
|
|
hideView: () => void; |
|
|
|
|
|
|
|
|
|
|
|
showView: (e?: any) => void; |
|
|
|
showView: (e?: any) => void; |
|
|
|