org.xwiki.gwt.dom.client
Class PasteEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by com.google.gwt.event.dom.client.DomEvent<PasteHandler>
          extended by org.xwiki.gwt.dom.client.PasteEvent
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent

public class PasteEvent
extends com.google.gwt.event.dom.client.DomEvent<PasteHandler>

Represents a native paste event.

Version:
$Id: PasteEvent.java 26728 2010-02-04 08:49:36Z mflorea $

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler>
 
Constructor Summary
protected PasteEvent()
          Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire paste events.
 
Method Summary
protected  void dispatch(PasteHandler handler)
          
 com.google.gwt.event.dom.client.DomEvent.Type<PasteHandler> getAssociatedType()
          
static com.google.gwt.event.dom.client.DomEvent.Type<PasteHandler> getType()
          Gets the event type associated with paste events.
 
Methods inherited from class com.google.gwt.event.dom.client.DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasteEvent

protected PasteEvent()
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire paste events.

Method Detail

getType

public static com.google.gwt.event.dom.client.DomEvent.Type<PasteHandler> getType()
Gets the event type associated with paste events.

Returns:
the handler type

getAssociatedType

public final com.google.gwt.event.dom.client.DomEvent.Type<PasteHandler> getAssociatedType()

Overrides:
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<PasteHandler>
See Also:
DomEvent.getAssociatedType()

dispatch

protected void dispatch(PasteHandler handler)

Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PasteHandler>
See Also:
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)


Copyright © 2004-2010 XWiki. All Rights Reserved.