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