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