public class AceCompletionResult extends DataClass
factoryCreated, factoryProperties
Constructor and Description |
---|
AceCompletionResult() |
AceCompletionResult(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaption()
Internal use only.
|
java.lang.String |
getMeta()
Internal use only.
|
static AceCompletionResult |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Integer |
getScore()
Internal use only.
|
java.lang.String |
getTooltip()
Internal use only.
|
java.lang.String |
getValue()
Internal use only.
|
void |
setCaption(java.lang.String caption)
Internal use only.
|
void |
setMeta(java.lang.String meta)
Internal use only.
|
void |
setScore(java.lang.Integer score)
Internal use only.
|
void |
setTooltip(java.lang.String tooltip)
Internal use only.
|
void |
setValue(java.lang.String value)
Internal use only.
|
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, 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
public AceCompletionResult()
public AceCompletionResult(com.google.gwt.core.client.JavaScriptObject jsObj)
public static AceCompletionResult getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setCaption(java.lang.String caption)
public java.lang.String getCaption()
public void setMeta(java.lang.String meta)
public java.lang.String getMeta()
public void setScore(java.lang.Integer score)
public java.lang.Integer getScore()
public void setTooltip(java.lang.String tooltip)
public java.lang.String getTooltip()
public void setValue(java.lang.String value)
public java.lang.String getValue()