Winter Cardinal UI - v0.457.0 / UtilKeyboardEvent
• new UtilKeyboardEvent(): UtilKeyboardEvent
▸ getFocusDirection(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:234
▸ isActivateKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:178
▸ isArrowDownKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:186
▸ isArrowLeftKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:190
▸ isArrowRightKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:194
▸ isArrowUpKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:182
▸ isCancelKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:198
▸ isDeleteKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:222
▸ isFocusKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:202
▸ isOkKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:230
▸ isRedoKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:210
▸ isSaveAsKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:218
▸ isSaveKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:214
▸ isSelectAllKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:226
▸ isUndoKey(e): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:206
▸ moveFocus(direction, target, picker?): boolean
| Name | Type |
|---|---|
direction |
boolean |
target |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
picker? |
UtilKeyboardEventLayerPicker |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:367
▸ moveFocusHorizontally(e, target, picker?): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
target |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
picker? |
UtilKeyboardEventLayerPicker |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:352
▸ moveFocusVertically(e, target, picker?): boolean
| Name | Type |
|---|---|
e |
KeyboardEvent |
target |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
picker? |
UtilKeyboardEventLayerPicker |
boolean
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:337
▸ on(target, expressionOrShortcut, handler?): void
| Name | Type |
|---|---|
target |
UtilKeyboardEventShortcutTarget |
expressionOrShortcut |
string | UtilKeyboardEventShortcut |
handler? |
(e: KeyboardEvent) => void |
void
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:312
▸ toShortcut(expressionOrShortcut): UtilKeyboardEventShortcut
| Name | Type |
|---|---|
expressionOrShortcut |
string | UtilKeyboardEventShortcut |
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:238
▸ toString(shortcut): string
| Name | Type |
|---|---|
shortcut |
UtilKeyboardEventShortcut |
string
src/main/typescript/wcardinal/ui/util/util-keyboard-event.ts:297