Package com.smartgwt.client.ai
Class BuildHilitesRequest
- All Implemented Interfaces:
HasHandlers
Represents a request to AI for creation of one or more
Hilite
objects from a natural
language description of hilite criteria and styling to apply.-
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 TypeMethodDescriptionstatic BuildHilitesRequest
getOrCreateRef
(JavaScriptObject jsObj) Record[]
The records to apply the hilite(s) to.setRecords
(Record... records) The records to apply the hilite(s) to.Methods inherited from class com.smartgwt.client.ai.BuildCriterionRequest
getDataSource, getMode, getUserAIRequest, setDataSource, setMode, setUserAIRequest
Methods inherited from class com.smartgwt.client.ai.BuildViaAIRequest
getMaxRetries, getProgressDialogProperties, getShowProgressDialog, getUserCanCancel, setMaxRetries, setProgressDialogProperties, setShowProgressDialog, setUserCanCancel
Methods inherited from class com.smartgwt.client.util.AsyncOperationParams
getCancellationController, setCancellationController
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
-
BuildHilitesRequest
public BuildHilitesRequest() -
BuildHilitesRequest
-
-
Method Details
-
getOrCreateRef
-
setRecords
The records to apply the hilite(s) to.- Parameters:
records
- New records value. Default value is null- Returns:
BuildHilitesRequest
instance, for chaining setter calls
-
getRecords
The records to apply the hilite(s) to.- Returns:
- Current records value. Default value is null
-