Class GwtAcePosition

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAcePosition

public class GwtAcePosition extends com.google.gwt.core.client.JavaScriptObject
{row: int, column: int}
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final GwtAcePosition
    create(int row, int column)
     
    final int
     
    final int
     

    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

    • GwtAcePosition

      protected GwtAcePosition()
  • Method Details

    • create

      public static final GwtAcePosition create(int row, int column)
    • getRow

      public final int getRow()
    • getColumn

      public final int getColumn()