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
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final GwtAceRange
    create(int startRow, int startCol, int endRow, int endCol)
     
     
     

    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

    • GwtAceRange

      protected GwtAceRange()
  • Method Details

    • create

      public static final GwtAceRange create(int startRow, int startCol, int endRow, int endCol)
    • getStart

      public final GwtAcePosition getStart()
    • getEnd

      public final GwtAcePosition getEnd()