@ -17,6 +17,9 @@ export interface _TextButtonStatic {
}
export declare class TextButton extends BasicButton {
static xtype: string;
static EVENT_CHANGE: string;
setStyle(style: any): void;
doRedMark(...args: any[]): void;
@ -13,6 +13,9 @@ export interface _IconChangeButtonStatic {
export declare class IconChangeButton extends Single {
isSelected(): boolean;
setSelected(v: boolean): void;
@ -15,6 +15,11 @@ export interface _DownListComboStatic {
export declare class DownListCombo extends Widget {
static EVENT_SON_VALUE_CHANGE: string;
static EVENT_BEFORE_POPUPVIEW: string;
hideView: () => void;
showView: (e?: any) => void;