@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 523 B
TypeScript
import { ButtonKeyStroke, RadioButton, ScoutKeyboardEvent } from '../../../index';
export declare class RadioButtonKeyStroke extends ButtonKeyStroke {
field: RadioButton<any>;
constructor(button: RadioButton<any>, keyStroke: string);
/**
* To not prevent a parent key stroke context from execution of the event, the key stroke event is only accepted if the radio button is not selected.
*/
protected _accept(event: ScoutKeyboardEvent): boolean;
}
//# sourceMappingURL=RadioButtonKeyStroke.d.ts.map