Browse Source
Merge in VISUAL/fineui from ~XAVIER.MENG/fineui:master to master * commit '65626480c87c42538a60e2123fad9a1eeb7ff931': 无JIRA refactor(TextValueCombo): 补充 ts 类型es6
Xavier.Meng-孟宇翔
2 years ago
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||||
|
import { Pane } from "../../base/pane"; |
||||||
|
|
||||||
|
export declare class TextValueComboPopup extends Pane { |
||||||
|
static xtype: string; |
||||||
|
|
||||||
|
static EVENT_CHANGE: string; |
||||||
|
static EVENT_CLEAR: string; |
||||||
|
static EVENT_CONFIRM: string; |
||||||
|
|
||||||
|
populate(items: any[]): void; |
||||||
|
getValue(): any; |
||||||
|
setValue(value: any): void; |
||||||
|
} |
Loading…
Reference in new issue