Class GwtAceRange
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceRange
public class GwtAceRange
extends com.google.gwt.core.client.JavaScriptObject
{start:
GwtAcePosition
, end: GwtAcePosition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final GwtAceRange
create
(int startRow, int startCol, int endRow, int endCol) final GwtAcePosition
getEnd()
final GwtAcePosition
getStart()
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
GwtAceRange
protected GwtAceRange()
-
-
Method Details
-
create
-
getStart
-
getEnd
-