Package com.smartgwt.client.widgets.ace
Class AceCompletionResult
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.ace.AceCompletionResult
- 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 TypeMethodDescriptionInternal use only.getMeta()
Internal use only.static AceCompletionResult
getOrCreateRef
(JavaScriptObject jsObj) getScore()
Internal use only.Internal use only.getValue()
Internal use only.setCaption
(String caption) Internal use only.Internal use only.Internal use only.setTooltip
(String tooltip) Internal use only.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
-
AceCompletionResult
public AceCompletionResult() -
AceCompletionResult
-
-
Method Details
-
getOrCreateRef
-
setCaption
Internal use only. -
getCaption
Internal use only. -
setMeta
Internal use only. -
getMeta
Internal use only. -
setScore
Internal use only. -
getScore
Internal use only. -
setTooltip
Internal use only. -
getTooltip
Internal use only. -
setValue
Internal use only. -
getValue
Internal use only.
-