@eclipse-scout/core
Version:
Eclipse Scout runtime
9 lines • 519 B
TypeScript
/// <reference types="jquery" />
import { LookupResult, StaticLookupCall } from '../../index';
export declare class MicrotaskStaticLookupCall<TKey> extends StaticLookupCall<TKey> {
protected _getByKey(key: TKey): JQuery.Promise<LookupResult<TKey>>;
protected _getAll(): JQuery.Promise<LookupResult<TKey>>;
protected _getByText(text: string): JQuery.Promise<LookupResult<TKey>>;
protected _getByRec(rec: TKey): JQuery.Promise<LookupResult<TKey>>;
}
//# sourceMappingURL=MicrotaskStaticLookupCall.d.ts.map