Package react4j.dom.events
Class ClipboardEvent
java.lang.Object
react4j.dom.events.SyntheticEvent<akasha.clipboard.ClipboardEvent>
react4j.dom.events.ClipboardEvent
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ClipboardEvent
extends SyntheticEvent<akasha.clipboard.ClipboardEvent>
-
Constructor Summary
-
Method Summary
Methods inherited from class react4j.dom.events.SyntheticEvent
getCurrentTarget, getEventPhase, getNativeEvent, getTarget, getTimeStamp, getType, isBubbles, isCancelable, isDefaultPrevented, isPropagationStopped, isTrusted, persist, preventDefault, stopPropagation
-
Constructor Details
-
ClipboardEvent
public ClipboardEvent()
-
-
Method Details
-
getClipboardData
-