Package com.smartgwt.client.widgets.ace
Class AceEditSession
java.lang.Object
com.smartgwt.client.core.BaseClass
com.smartgwt.client.widgets.ace.AceEditSession
- 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
-
Method Summary
Modifier and TypeMethodDescriptionaddFloatingMarker
(AceRange range, String style, String type) Internal use only.addFloatingMarker
(AceRange range, String style, String type, Boolean inFront) Internal use only.Internal use only.Internal use only.create()
Internal use only.getJsObj()
Internal use only.Internal use only.String[]
Internal use only.Internal use only.Internal use only.getMarkers
(Boolean inFront) Internal use only.static AceEditSession
getOrCreateRef
(JavaScriptObject jsObj) Internal use only.getTextRange
(AceRange range) Internal use only.Internal use only.getValue()
Internal use only.void
insert
(AcePosition position, String text) Internal use only.boolean
void
Internal use only.void
removeMarker
(Integer id) Internal use only.void
setTabSize
(Integer tabSize) Internal use only.void
setUndoManager
(AceUndoManager undoManager) 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
-
AceEditSession
public AceEditSession() -
AceEditSession
-
-
Method Details
-
getOrCreateRef
-
setJavaScriptObject
- Overrides:
setJavaScriptObject
in classBaseClass
-
create
-
isCreated
public boolean isCreated() -
getJsObj
-
getOrCreateJsObj
- Overrides:
getOrCreateJsObj
in classBaseClass
-
setTabSize
Internal use only. -
getTabSize
Internal use only. -
addFloatingMarker
Internal use only. -
addFloatingMarker
Internal use only. -
addMarker
Internal use only. -
addMarker
Internal use only. -
getDocument
Internal use only. -
getLength
Internal use only. -
getLine
Internal use only. -
getLines
Internal use only. -
getMarker
Internal use only. -
getMarkers
Internal use only. -
getMarkers
Internal use only. -
getTextRange
Internal use only. -
getUndoManager
Internal use only. -
getValue
Internal use only. -
insert
Internal use only. -
remove
Internal use only. -
removeMarker
Internal use only. -
setUndoManager
Internal use only.
-