@eclipse-scout/core
Version:
Eclipse Scout runtime
8 lines • 385 B
TypeScript
import { CellEditorPopup, KeyStroke, ScoutKeyboardEvent } from '../../index';
export declare class CellEditorTabKeyStroke extends KeyStroke {
field: CellEditorPopup<any>;
constructor(popup: CellEditorPopup<any>);
protected _accept(event: ScoutKeyboardEvent): boolean;
handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=CellEditorTabKeyStroke.d.ts.map