Package com.smartgwt.client.widgets.ace
Class AceRange
java.lang.Object
com.smartgwt.client.core.BaseClass
com.smartgwt.client.widgets.ace.AceRange
- All Implemented Interfaces:
- HasHandlers
Internal use only.
- 
Field SummaryFields inherited from class com.smartgwt.client.core.BaseClassconfig, configOnly, factoryCreated, factoryProperties, id, scClassName
- 
Constructor SummaryConstructorsConstructorDescriptionAceRange()AceRange(JavaScriptObject jsObj) AceRange(AcePosition start, AcePosition end) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()Internal use only.Internal use only.compareInside(Integer row, Integer column) Internal use only.comparePoint(AcePosition position) Internal use only.comparePosition(AcePosition position) Internal use only.compareRange(AceRange range) Internal use only.booleanInternal use only.booleancontainsRange(AceRange range) Internal use only.create()Internal use only.fromPoints(AcePosition startPosition, AcePosition endPosition) Internal use only.fromPosition(AcePosition startPosition, AcePosition endPosition) Internal use only.getEnd()Internal use only.getJsObj()static AceRangegetOrCreateRef(JavaScriptObject jsObj) getStart()Internal use only.Internal use only.booleanbooleanInternal use only.booleanInternal use only.setEnd(AcePosition end) Internal use only.voidsetStart(AcePosition start) Internal use only.toString()Internal use only.Methods inherited from class com.smartgwt.client.core.BaseClassaddDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getID, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, onInit, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setID, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
- 
Constructor Details- 
AceRangepublic AceRange()
- 
AceRange
- 
AceRange
 
- 
- 
Method Details- 
getOrCreateRef
- 
setJavaScriptObject- Overrides:
- setJavaScriptObjectin class- BaseClass
 
- 
create
- 
isCreatedpublic boolean isCreated()
- 
getJsObj
- 
getOrCreateJsObj- Overrides:
- getOrCreateJsObjin class- BaseClass
 
- 
setEndInternal use only.
- 
getEndInternal use only.
- 
setStartInternal use only.
- 
getStartInternal use only.
- 
cloneInternal use only.
- 
compareInternal use only.
- 
compareInsideInternal use only.
- 
comparePointInternal use only.
- 
comparePositionInternal use only.
- 
compareRangeInternal use only.
- 
containsInternal use only.
- 
containsRangeInternal use only.
- 
extendInternal use only.
- 
fromPointsInternal use only.
- 
fromPositionInternal use only.
- 
insideInternal use only.
- 
isEqualInternal use only.
- 
isMultiLinepublic boolean isMultiLine()Internal use only.
- 
toStringInternal use only.
 
-