public class MSInputMethodContext extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
compositionEndOffset |
net.java.html.lib.Objs.Property<Number> |
compositionStartOffset |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> |
oncandidatewindowhide |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> |
oncandidatewindowshow |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> |
oncandidatewindowupdate |
net.java.html.lib.Objs.Property<HTMLElement> |
target |
| Modifier | Constructor and Description |
|---|---|
protected |
MSInputMethodContext(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Number> compositionEndOffset
public net.java.html.lib.Objs.Property<Number> compositionStartOffset
public net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> oncandidatewindowhide
public net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> oncandidatewindowshow
public net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> oncandidatewindowupdate
public net.java.html.lib.Objs.Property<HTMLElement> target
protected MSInputMethodContext(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static MSInputMethodContext $as(Object obj)
public Number compositionEndOffset()
public Number compositionStartOffset()
public net.java.html.lib.Function.A1<? super Event,? extends Object> oncandidatewindowhide()
public net.java.html.lib.Function.A1<? super Event,? extends Object> oncandidatewindowshow()
public net.java.html.lib.Function.A1<? super Event,? extends Object> oncandidatewindowupdate()
public HTMLElement target()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListener listener)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener)
addEventListener in class EventTargetpublic void addEventListener(Void type, net.java.html.lib.Function.A1<? super Event,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, net.java.html.lib.Function.A1<? super Event,? extends Object> listener)
public ClientRect getCandidateWindowClientRect()
public net.java.html.lib.Array<String> getCompositionAlternatives()
public Boolean hasComposition()
public Boolean isCandidateWindowVisible()
Copyright © 2021. All rights reserved.