public class SummernoteChangeEvent extends GwtEvent<SummernoteChangeHandler>
SummernoteChangeEvent
is fired when the summernote editor's content
is changed.GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
SummernoteChangeEvent()
Creates a summernote change event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SummernoteChangeHandler handler) |
static void |
fire(HasSummernoteChangeHandlers source)
Fires a summernote change event on all registered handlers in the handler
manager.
|
GwtEvent.Type<SummernoteChangeHandler> |
getAssociatedType() |
static GwtEvent.Type<SummernoteChangeHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toString
protected SummernoteChangeEvent()
public static void fire(HasSummernoteChangeHandlers source)
source
- the source of the handlerspublic static GwtEvent.Type<SummernoteChangeHandler> getType()
public GwtEvent.Type<SummernoteChangeHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<SummernoteChangeHandler>
protected void dispatch(SummernoteChangeHandler handler)
dispatch
in class GwtEvent<SummernoteChangeHandler>
Copyright © 2017. All rights reserved.