Class GwtAceEvent
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent
- Direct Known Subclasses:
GwtAceChangeEvent
,GwtAceKeyboardEvent
public class GwtAceEvent
extends com.google.gwt.core.client.JavaScriptObject
An event received from Ace.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent.Type
getType()
final void
final void
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
GwtAceEvent
protected GwtAceEvent()
-
-
Method Details
-
getType
public final io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent.Type getType() -
preventDefault
public final void preventDefault() -
stopPropagation
public final void stopPropagation()
-