public class MSInputMethodContext extends EventTarget
Modifier and Type | Field and Description |
---|---|
double |
compositionEndOffset |
double |
compositionStartOffset |
Function<Event,Object> |
oncandidatewindowhide |
Function<Event,Object> |
oncandidatewindowshow |
Function<Event,Object> |
oncandidatewindowupdate |
static MSInputMethodContext |
prototype |
HTMLElement |
target |
constructor
Constructor and Description |
---|
MSInputMethodContext() |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double compositionEndOffset
public double compositionStartOffset
public HTMLElement target
public static MSInputMethodContext prototype
public ClientRect getCandidateWindowClientRect()
public String[] getCompositionAlternatives()
public Boolean hasComposition()
public Boolean isCandidateWindowVisible()
public void addEventListener(StringTypes.MSCandidateWindowHide type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.MSCandidateWindowShow type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.MSCandidateWindowUpdate type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(StringTypes.MSCandidateWindowHide type, Function<Event,Object> listener)
public void addEventListener(StringTypes.MSCandidateWindowShow type, Function<Event,Object> listener)
public void addEventListener(StringTypes.MSCandidateWindowUpdate type, Function<Event,Object> listener)
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget