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 Summary
Fields inherited from class com.smartgwt.client.core.BaseClass
config, configOnly, factoryCreated, factoryProperties, id, scClassName
-
Constructor Summary
ConstructorDescriptionAceRange()
AceRange
(JavaScriptObject jsObj) AceRange
(AcePosition start, AcePosition end) -
Method Summary
Modifier 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.boolean
Internal use only.boolean
containsRange
(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 AceRange
getOrCreateRef
(JavaScriptObject jsObj) getStart()
Internal use only.Internal use only.boolean
boolean
Internal use only.boolean
Internal use only.setEnd
(AcePosition end) Internal use only.void
setStart
(AcePosition start) Internal use only.toString()
Internal use only.Methods inherited from class com.smartgwt.client.core.BaseClass
addDynamicProperty, 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
-
AceRange
public AceRange() -
AceRange
-
AceRange
-
-
Method Details
-
getOrCreateRef
-
setJavaScriptObject
- Overrides:
setJavaScriptObject
in classBaseClass
-
create
-
isCreated
public boolean isCreated() -
getJsObj
-
getOrCreateJsObj
- Overrides:
getOrCreateJsObj
in classBaseClass
-
setEnd
Internal use only. -
getEnd
Internal use only. -
setStart
Internal use only. -
getStart
Internal use only. -
clone
Internal use only. -
compare
Internal use only. -
compareInside
Internal use only. -
comparePoint
Internal use only. -
comparePosition
Internal use only. -
compareRange
Internal use only. -
contains
Internal use only. -
containsRange
Internal use only. -
extend
Internal use only. -
fromPoints
Internal use only. -
fromPosition
Internal use only. -
inside
Internal use only. -
isEqual
Internal use only. -
isMultiLine
public boolean isMultiLine()Internal use only. -
toString
Internal use only.
-