public class FocusEvent.FocusEventInit 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 |
---|
FocusEventInit() |
Modifier and Type | Method and Description |
---|---|
EventTarget |
getRelatedTarget()
Used to identify a secondary EventTarget related to a Focus event, depending on the type of event.
|
void |
setRelatedTarget(EventTarget value)
Used to identify a secondary EventTarget related to a Focus event, depending on the type of event.
|
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 EventTarget getRelatedTarget()
Used to identify a secondary EventTarget related to a Focus event, depending on the type of event.
Value: The related target.public void setRelatedTarget(EventTarget value)
Used to identify a secondary EventTarget related to a Focus event, depending on the type of event.
Value: The related target.