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