@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface KeyboardEventInit
extends EventModifierInit
| Modifier and Type | Method and Description |
|---|---|
default KeyboardEventInit |
altKey(boolean altKey) |
default KeyboardEventInit |
bubbles(boolean bubbles) |
default KeyboardEventInit |
cancelable(boolean cancelable) |
java.lang.String |
code() |
default KeyboardEventInit |
code(java.lang.String code) |
default KeyboardEventInit |
composed(boolean composed) |
static KeyboardEventInit |
create() |
default KeyboardEventInit |
ctrlKey(boolean ctrlKey) |
default KeyboardEventInit |
detail(int detail) |
boolean |
isComposing() |
default KeyboardEventInit |
isComposing(boolean isComposing) |
java.lang.String |
key() |
default KeyboardEventInit |
key(java.lang.String key) |
int |
location() |
default KeyboardEventInit |
location(int location) |
default KeyboardEventInit |
metaKey(boolean metaKey) |
default KeyboardEventInit |
modifierAltGraph(boolean modifierAltGraph) |
default KeyboardEventInit |
modifierCapsLock(boolean modifierCapsLock) |
default KeyboardEventInit |
modifierFn(boolean modifierFn) |
default KeyboardEventInit |
modifierFnLock(boolean modifierFnLock) |
default KeyboardEventInit |
modifierHyper(boolean modifierHyper) |
default KeyboardEventInit |
modifierNumLock(boolean modifierNumLock) |
default KeyboardEventInit |
modifierScrollLock(boolean modifierScrollLock) |
default KeyboardEventInit |
modifierSuper(boolean modifierSuper) |
default KeyboardEventInit |
modifierSymbol(boolean modifierSymbol) |
default KeyboardEventInit |
modifierSymbolLock(boolean modifierSymbolLock) |
boolean |
repeat() |
default KeyboardEventInit |
repeat(boolean repeat) |
void |
setCode(java.lang.String code) |
void |
setIsComposing(boolean isComposing) |
void |
setKey(java.lang.String key) |
void |
setLocation(int location) |
void |
setRepeat(boolean repeat) |
default KeyboardEventInit |
shiftKey(boolean shiftKey) |
default KeyboardEventInit |
view(Window view) |
altKey, ctrlKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, setAltKey, setCtrlKey, setMetaKey, setModifierAltGraph, setModifierCapsLock, setModifierFn, setModifierFnLock, setModifierHyper, setModifierNumLock, setModifierScrollLock, setModifierSuper, setModifierSymbol, setModifierSymbolLock, setShiftKey, shiftKeydetail, setDetail, setView, viewbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static KeyboardEventInit create()
create in interface EventInitcreate in interface EventModifierInitcreate in interface UIEventInit@JsProperty(name="code") java.lang.String code()
@JsProperty
void setCode(@Nonnull
java.lang.String code)
@JsOverlay @Nonnull default KeyboardEventInit code(@Nonnull java.lang.String code)
@JsProperty(name="isComposing") boolean isComposing()
@JsProperty void setIsComposing(boolean isComposing)
@JsOverlay @Nonnull default KeyboardEventInit isComposing(boolean isComposing)
@JsProperty(name="key") java.lang.String key()
@JsProperty
void setKey(@Nonnull
java.lang.String key)
@JsOverlay @Nonnull default KeyboardEventInit key(@Nonnull java.lang.String key)
@JsProperty(name="location") int location()
@JsProperty void setLocation(int location)
@JsOverlay @Nonnull default KeyboardEventInit location(int location)
@JsProperty(name="repeat") boolean repeat()
@JsProperty void setRepeat(boolean repeat)
@JsOverlay @Nonnull default KeyboardEventInit repeat(boolean repeat)
@JsOverlay @Nonnull default KeyboardEventInit altKey(boolean altKey)
altKey in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit ctrlKey(boolean ctrlKey)
ctrlKey in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit metaKey(boolean metaKey)
metaKey in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierAltGraph(boolean modifierAltGraph)
modifierAltGraph in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierCapsLock(boolean modifierCapsLock)
modifierCapsLock in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierFn(boolean modifierFn)
modifierFn in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierFnLock(boolean modifierFnLock)
modifierFnLock in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierHyper(boolean modifierHyper)
modifierHyper in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierNumLock(boolean modifierNumLock)
modifierNumLock in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierScrollLock(boolean modifierScrollLock)
modifierScrollLock in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierSuper(boolean modifierSuper)
modifierSuper in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierSymbol(boolean modifierSymbol)
modifierSymbol in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit modifierSymbolLock(boolean modifierSymbolLock)
modifierSymbolLock in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit shiftKey(boolean shiftKey)
shiftKey in interface EventModifierInit@JsOverlay @Nonnull default KeyboardEventInit detail(int detail)
detail in interface EventModifierInitdetail in interface UIEventInit@JsOverlay @Nonnull default KeyboardEventInit view(@Nullable Window view)
view in interface EventModifierInitview in interface UIEventInit@JsOverlay @Nonnull default KeyboardEventInit bubbles(boolean bubbles)
bubbles in interface EventInitbubbles in interface EventModifierInitbubbles in interface UIEventInit@JsOverlay @Nonnull default KeyboardEventInit cancelable(boolean cancelable)
cancelable in interface EventInitcancelable in interface EventModifierInitcancelable in interface UIEventInit@JsOverlay @Nonnull default KeyboardEventInit composed(boolean composed)
composed in interface EventInitcomposed in interface EventModifierInitcomposed in interface UIEventInit