Browse Source
Merge in DEC/fineui from ~JIMMY.CHAI/dec-fineui:final/11.0 to final/11.0 * commit '1667f4027c6903ad00d1cf7785749c7194da6605': BI-155273 fix: 新增一些方法master
Jimmy.Chai-柴嘉明
3 months ago
5 changed files with 59 additions and 7 deletions
@ -1,13 +1,17 @@ |
|||||||
|
import { PopupView } from "../../../base/layer/layer.popup"; |
||||||
import { Widget } from '../../../core/widget'; |
import { Widget } from '../../../core/widget'; |
||||||
|
|
||||||
export declare class IconCombo extends Widget { |
export declare class IconCombo extends Widget { |
||||||
static xtype: string; |
static xtype: string; |
||||||
|
|
||||||
static EVENT_CHANGE: string; |
static EVENT_CHANGE: string; |
||||||
|
static EVENT_BEFORE_POPUPVIEW: string; |
||||||
|
|
||||||
showView(): void; |
showView(): void; |
||||||
|
|
||||||
hideView(): void; |
hideView(): void; |
||||||
|
|
||||||
populate(items: any[]): void; |
populate(items: any[]): void; |
||||||
|
|
||||||
|
getPopup(): PopupView; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue