Class GwtAceKeyboardEvent
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceKeyboardEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceEvent
getType, preventDefault, stopPropagation
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
GwtAceKeyboardEvent
protected GwtAceKeyboardEvent()
-
-
Method Details
-
isCtrlKey
public final boolean isCtrlKey() -
isAltKey
public final boolean isAltKey() -
isShiftKey
public final boolean isShiftKey() -
getKey
-
getKeyCode
public final boolean getKeyCode()
-