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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent.Type
     
    final void
     
    final void
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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()