public class TextEvent extends UIEvent
TextEvent
.Modifier and Type | Field and Description |
---|---|
static int |
DOM_INPUT_METHOD_DROP
Constant for
DOM_INPUT_METHOD_DROP . |
static int |
DOM_INPUT_METHOD_HANDWRITING
Constant for
DOM_INPUT_METHOD_HANDWRITING . |
static int |
DOM_INPUT_METHOD_IME
Constant for
DOM_INPUT_METHOD_IME . |
static int |
DOM_INPUT_METHOD_KEYBOARD
Constant for
DOM_INPUT_METHOD_KEYBOARD . |
static int |
DOM_INPUT_METHOD_MULTIMODAL
Constant for
DOM_INPUT_METHOD_MULTIMODAL . |
static int |
DOM_INPUT_METHOD_OPTION
Constant for
DOM_INPUT_METHOD_OPTION . |
static int |
DOM_INPUT_METHOD_PASTE
Constant for
DOM_INPUT_METHOD_PASTE . |
static int |
DOM_INPUT_METHOD_SCRIPT
Constant for
DOM_INPUT_METHOD_SCRIPT . |
static int |
DOM_INPUT_METHOD_UNKNOWN
Constant for
DOM_INPUT_METHOD_UNKNOWN . |
static int |
DOM_INPUT_METHOD_VOICE
Constant for
DOM_INPUT_METHOD_VOICE . |
SCROLL_PAGE_DOWN, SCROLL_PAGE_UP
ALT_MASK, AT_TARGET, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, CONTROL_MASK, DBLCLICK, DRAGDROP, FOCUS, KEY_CURRENT_EVENT, KEYDOWN, KEYPRESS, KEYUP, META_MASK, MOUSEDOWN, MOUSEDRAG, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, NONE, SELECT, SHIFT_MASK, TYPE_BEFORE_UNLOAD, TYPE_BLUR, TYPE_CHANGE, TYPE_CLOSE, TYPE_DOM_DOCUMENT_LOADED, TYPE_ERROR, TYPE_FOCUS, TYPE_FOCUS_IN, TYPE_FOCUS_OUT, TYPE_HASH_CHANGE, TYPE_INPUT, TYPE_KEY_DOWN, TYPE_KEY_PRESS, TYPE_KEY_UP, TYPE_LOAD, TYPE_MESSAGE, TYPE_OPEN, TYPE_POPSTATE, TYPE_PROPERTY_CHANGE, TYPE_READY_STATE_CHANGE, TYPE_RESET, TYPE_SUBMIT, TYPE_UNLOAD
Constructor and Description |
---|
TextEvent()
Default constructor.
|
getCancelBubble, getDetail, getMetaKey, getView, initUIEvent, setCancelBubble, setDetail, setMetaKey
createPropertyChangeEvent, endFire, eventCreated, getAltKey, getBubbles, getCancelable, getCtrlKey, getCurrentTarget, getDefaultPrevented, getEventPhase, getKeyCode, getPropertyName, getReturnValue, getShiftKey, getSrcElement, getTarget, getTimeStamp, getType, initEvent, isAborted, isPropagationStopped, jsConstructor, preventDefault, setAltKey, setBubbles, setCancelable, setCtrlKey, setCurrentTarget, setEventPhase, setEventType, setKeyCode, setReturnValue, setShiftKey, setSrcElement, setTarget, setType, startFire, stopPropagation, toString
clone, equivalentValues, get, getBrowserVersion, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getWindow, getWindow, getWithPreemption, has, hasInstance, initParentScope, isReadOnlySettable, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement
defineFunctionProperties, defineProperty, getClassName, setClassName, setParentScope
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, size
public static final int DOM_INPUT_METHOD_UNKNOWN
DOM_INPUT_METHOD_UNKNOWN
.public static final int DOM_INPUT_METHOD_KEYBOARD
DOM_INPUT_METHOD_KEYBOARD
.public static final int DOM_INPUT_METHOD_PASTE
DOM_INPUT_METHOD_PASTE
.public static final int DOM_INPUT_METHOD_DROP
DOM_INPUT_METHOD_DROP
.public static final int DOM_INPUT_METHOD_IME
DOM_INPUT_METHOD_IME
.public static final int DOM_INPUT_METHOD_OPTION
DOM_INPUT_METHOD_OPTION
.public static final int DOM_INPUT_METHOD_HANDWRITING
DOM_INPUT_METHOD_HANDWRITING
.public static final int DOM_INPUT_METHOD_VOICE
DOM_INPUT_METHOD_VOICE
.public static final int DOM_INPUT_METHOD_MULTIMODAL
DOM_INPUT_METHOD_MULTIMODAL
.public static final int DOM_INPUT_METHOD_SCRIPT
DOM_INPUT_METHOD_SCRIPT
.Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.