Package com.smartgwt.client.ai
Class BuildHilitesResponse
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.util.AsyncOperationResult
com.smartgwt.client.ai.BuildViaAIResponse
com.smartgwt.client.ai.BuildHilitesResponse
- All Implemented Interfaces:
HasHandlers
Represents a response from AI to a request to build one or more
Hilite
objects.-
Field Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHilite[]
The generatedHilite
(s) for the user's natural language description of hilite criteria and styling to apply.static BuildHilitesResponse
getOrCreateRef
(JavaScriptObject jsObj) setHilites
(Hilite... hilites) The generatedHilite
(s) for the user's natural language description of hilite criteria and styling to apply.Methods inherited from class com.smartgwt.client.util.AsyncOperationResult
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
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
-
BuildHilitesResponse
public BuildHilitesResponse() -
BuildHilitesResponse
-
-
Method Details
-
getOrCreateRef
-
setHilites
The generatedHilite
(s) for the user's natural language description of hilite criteria and styling to apply.- Parameters:
hilites
- New hilites value. Default value is null- Returns:
BuildHilitesResponse
instance, for chaining setter calls
-
getHilites
The generatedHilite
(s) for the user's natural language description of hilite criteria and styling to apply.- Returns:
- Current hilites value. Default value is null
-