Package com.smartgwt.client.widgets.ace
Class AcePosition
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.ace.AcePosition
- All Implemented Interfaces:
HasHandlers
Internal use only.
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Internal use only.static AcePosition
getOrCreateRef
(JavaScriptObject jsObj) int
getRow()
Internal use only.setColumn
(int column) Internal use only.setRow
(int row) Internal use only.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
AcePosition
public AcePosition() -
AcePosition
-
AcePosition
public AcePosition(int row, int column)
-
-
Method Details
-
getOrCreateRef
-
setColumn
Internal use only. -
getColumn
public int getColumn()Internal use only. -
setRow
Internal use only. -
getRow
public int getRow()Internal use only.
-