public class DOMTextEvent extends DOMUIEvent implements TextEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
data
The text data.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor and Description |
|---|
DOMTextEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Returns the text data.
|
void |
initTextEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
String dataArg)
DOM: Initializes this TextEvent.
|
void |
initTextEventNS(String namespaceURIArg,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
String dataArg)
DOM: Initializes this TextEvent.
|
getDetail, getView, initUIEvent, initUIEventNS, splitaddDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDetail, getView, initUIEvent, initUIEventNSgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagationprotected String data
public void initTextEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String dataArg)
initTextEvent in interface TextEventtypeArg - Refer to the UIEvent.initUIEvent() method
for a description of this parameter.canBubbleArg - Refer to the UIEvent.initUIEvent()
method for a description of this parameter.cancelableArg - Refer to the UIEvent.initUIEvent()
method for a description of this parameter.viewArg - Refer to the UIEvent.initUIEvent() method
for a description of this parameter.dataArg - Specifies TextEvent.data.public void initTextEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String dataArg)
initTextEventNS in interface TextEventnamespaceURIArg - Refer to the UIEvent.initUIEventNS()
method for a description of this parameter.typeArg - Refer to the UIEvent.initUIEventNS() method
for a description of this parameter.canBubbleArg - Refer to the UIEvent.initUIEventNS()
method for a description of this parameter.cancelableArg - Refer to the UIEvent.initUIEventNS()
method for a description of this parameter.viewArg - Refer to the UIEvent.initUIEventNS()
method for a description of this parameter.dataArg - Refer to the TextEvent.initTextEvent()
method for a description of this parameter.Copyright © 2000–2017 Apache Software Foundation. All rights reserved.