public class SummernotePasteEvent extends GwtEvent<SummernotePasteHandler>
SummernotePasteEvent is fired when the paste action is performed
within the summernote editor.GwtEvent.Type<H>| Modifier | Constructor and Description |
|---|---|
protected |
SummernotePasteEvent()
Creates a summernote paste event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SummernotePasteHandler handler) |
static void |
fire(HasSummernotePasteHandlers source)
Fires a summernote paste event on all registered handlers in the handler
manager.
|
GwtEvent.Type<SummernotePasteHandler> |
getAssociatedType() |
static GwtEvent.Type<SummernotePasteHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toStringprotected SummernotePasteEvent()
public static void fire(HasSummernotePasteHandlers source)
source - the source of the handlerspublic static GwtEvent.Type<SummernotePasteHandler> getType()
public GwtEvent.Type<SummernotePasteHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SummernotePasteHandler>protected void dispatch(SummernotePasteHandler handler)
dispatch in class GwtEvent<SummernotePasteHandler>Copyright © 2017. All rights reserved.