Type aliases
DataSourcePostHandle
DataSourcePostHandle: (err: string) => void
DataSourceQureyRowHandle
Data
SourceQureyRowHandle: (row: Row) => boolean
Type declaration
-
-
Parameters
Returns boolean
DataSourceRefureshRowHandle
Data
SourceRefureshRowHandle: (row: Row) => void
extraParamHandle
extra
ParamHandle: () => IParam[]
onAddHandle
on
AddHandle: (rows: Row[], index: number) => void
Type declaration
-
- (rows: Row[], index: number): void
-
Parameters
-
rows: Row[]
-
index: number
Returns void
onBeforePostHandle
onBeforePostHandle: (xhr: JQuery.jqXHR<any>) => void
Type declaration
-
- (xhr: JQuery.jqXHR<any>): void
onBeforeloadHandle
onClearHandle
onClearHandle: () => void
onCompleteHandle
onDatachangeHandle
onDatachangeHandle: () => void
onLoadExceptionHandle
onLoadExceptionHandle: (error: string) => void
onLoadHandle
on
LoadHandle: (rows: Row[], fields: IField[]) => void
onPostExceptionHandle
onPostExceptionHandle: (error: string) => void
onRemoveHandle
on
RemoveHandle: (rows: Row[], index: number) => void
Type declaration
-
- (rows: Row[], index: number): void
-
Parameters
-
rows: Row[]
-
index: number
Returns void
数据源提交回调
错误信息 ,无错误时候为空