public class InputEvent.InputEventInit extends UIEvent.UIEventInit
Represents a dictionary that is having optional arguments for setting the details information about the event.
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.Link, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Constructor and Description |
---|
InputEventInit() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
The data holds the value of the characters generated by an input method.
|
boolean |
isComposing()
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event.
|
void |
setComposing(boolean value)
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event.
|
void |
setData(java.lang.String value)
The data holds the value of the characters generated by an input method.
|
getDetail, getView, setDetail, setView
getBubbles, getCancelable, isTrusted, setBubbles, setCancelable, setTrusted
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
public java.lang.String getData()
The data holds the value of the characters generated by an input method. This MAY be a single Unicode character or a non-empty sequence of Unicode characters [Unicode]. Characters SHOULD be normalized as defined by the Unicode normalization form NFC, defined in [UAX15]. This attribute MAY contain the empty string.
Value: The event data.public void setData(java.lang.String value)
The data holds the value of the characters generated by an input method. This MAY be a single Unicode character or a non-empty sequence of Unicode characters [Unicode]. Characters SHOULD be normalized as defined by the Unicode normalization form NFC, defined in [UAX15]. This attribute MAY contain the empty string.
Value: The event data.public boolean isComposing()
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event. The un-initialized value of this attribute MUST be false.
Value:true
if this instance is composing; otherwise, false
.public void setComposing(boolean value)
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event. The un-initialized value of this attribute MUST be false.
Value:true
if this instance is composing; otherwise, false
.