OriginalEvent, CustomEvent, Eventpublic class DOMCustomEvent extends DOMEvent implements CustomEvent
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.Object |
detail |
The custom detail associated with this event.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor | Description |
|---|---|
DOMCustomEvent() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getDetail() |
Returns the custom detail of this event.
|
void |
initCustomEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.Object detailArg) |
Initializes this custom event.
|
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagationpublic java.lang.Object getDetail()
getDetail in interface CustomEventpublic void initCustomEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.Object detailArg)
initCustomEventNS in interface CustomEventnamespaceURIArg - Refer to the Event.initEventNS()
method for a description of this parameter.typeArg - Refer to the Event.initEventNS() method
for a description of this parameter.canBubbleArg - Refer to the Event.initEventNS()
method for a description of this parameter.cancelableArg - Refer to the Event.initEventNS()
method for a description of this parameter.detailArg - Specifies CustomEvent.detail. This
value may be null.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.