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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic final GwtAceRangecreate(int startRow, int startCol, int endRow, int endCol) final GwtAcePositiongetEnd()final GwtAcePositiongetStart()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
 
 -