public class SummernoteBlurEvent extends GwtEvent<SummernoteBlurHandler>
SummernoteInitEvent
is fired when the summernote editor loses focus.GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
SummernoteBlurEvent()
Creates a summernote init event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SummernoteBlurHandler handler) |
static void |
fire(HasSummernoteBlurHandlers source)
Fires a summernote blur event on all registered handlers in the handler
manager.
|
GwtEvent.Type<SummernoteBlurHandler> |
getAssociatedType() |
static GwtEvent.Type<SummernoteBlurHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toString
protected SummernoteBlurEvent()
public static void fire(HasSummernoteBlurHandlers source)
source
- the source of the handlerspublic static GwtEvent.Type<SummernoteBlurHandler> getType()
public GwtEvent.Type<SummernoteBlurHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<SummernoteBlurHandler>
protected void dispatch(SummernoteBlurHandler handler)
dispatch
in class GwtEvent<SummernoteBlurHandler>
Copyright © 2017. All rights reserved.