forked from fanruan/fineui
zsmj
3 years ago
41 changed files with 255 additions and 161 deletions
Binary file not shown.
Before Width: | Height: | Size: 467 KiB After Width: | Height: | Size: 470 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class Form extends Widget { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
|
||||
isAllValid(): boolean; |
||||
|
||||
validateWithNoTip(): boolean[]; |
||||
|
||||
validate(): boolean[]; |
||||
|
||||
getValue<T>(): T[]; |
||||
} |
Loading…
Reference in new issue