public class DOMTextEvent extends DOMUIEvent implements TextEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.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 |
|---|---|
java.lang.String |
getData()
Returns the text data.
|
void |
initTextEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
java.lang.String dataArg)
DOM: Initializes this TextEvent.
|
void |
initTextEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
java.lang.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, stopPropagationpublic java.lang.String getData()
public void initTextEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
java.lang.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(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
java.lang.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 ? 2009 Apache Software Foundation. All Rights Reserved.