Package com.smartgwt.client.widgets.ace
Class AceAnchor
java.lang.Object
com.smartgwt.client.core.BaseClass
com.smartgwt.client.widgets.ace.AceAnchor
- 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
ConstructorDescriptionAceAnchor
(JavaScriptObject jsObj) AceAnchor
(AceDocument document, int row, int column) -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Internal use only.Internal use only.getJsObj()
static AceAnchor
getOrCreateRef
(JavaScriptObject jsObj) getRow()
Internal use only.boolean
Internal use only.setDocument
(AceDocument document) Internal use only.void
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
-
AceAnchor
public AceAnchor() -
AceAnchor
-
AceAnchor
-
-
Method Details
-
getOrCreateRef
-
setJavaScriptObject
- Overrides:
setJavaScriptObject
in classBaseClass
-
create
-
isCreated
public boolean isCreated() -
getJsObj
-
getOrCreateJsObj
- Overrides:
getOrCreateJsObj
in classBaseClass
-
setColumn
Internal use only.- Throws:
IllegalStateException
-
getColumn
Internal use only. -
setDocument
Internal use only.- Throws:
IllegalStateException
-
getDocument
Internal use only. -
setRow
Internal use only.- Throws:
IllegalStateException
-
getRow
Internal use only.
-