public class ReapplyAIFilterRequest extends BuildViaAIRequest
AdvancedCriteria
on a list of
updated records.com.smartgwt.client.ai.AI#asyncReapplyAIFilter
id
factoryCreated, factoryProperties
Constructor and Description |
---|
ReapplyAIFilterRequest() |
ReapplyAIFilterRequest(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
AdvancedCriteria |
getAICriterion()
The "aiFilter"
AdvancedCriteria to update. |
static ReapplyAIFilterRequest |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Boolean |
getShowProgressDialog()
Whether to show a progress dialog to inform the user about the processing of the update request.
|
Record[] |
getUpdatedRecords()
The records that were updated.
|
ReapplyAIFilterRequest |
setAICriterion(AdvancedCriteria aiCriterion)
The "aiFilter"
AdvancedCriteria to update. |
ReapplyAIFilterRequest |
setShowProgressDialog(java.lang.Boolean showProgressDialog)
Whether to show a progress dialog to inform the user about the processing of the update request.
|
ReapplyAIFilterRequest |
setUpdatedRecords(Record... updatedRecords)
The records that were updated.
|
getMaxRetries, getProgressDialogProperties, getUserAIRequest, getUserCanCancel, setMaxRetries, setProgressDialogProperties, setUserAIRequest, setUserCanCancel
getCancellationController, setCancellationController
getRef, getRef, internalSetID
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
public ReapplyAIFilterRequest()
public ReapplyAIFilterRequest(com.google.gwt.core.client.JavaScriptObject jsObj)
public static ReapplyAIFilterRequest getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public ReapplyAIFilterRequest setAICriterion(AdvancedCriteria aiCriterion)
AdvancedCriteria
to update.aiCriterion
- New aiCriterion value. Default value is nullReapplyAIFilterRequest
instance, for chaining setter callspublic AdvancedCriteria getAICriterion()
AdvancedCriteria
to update.public ReapplyAIFilterRequest setShowProgressDialog(java.lang.Boolean showProgressDialog)
The default value
is false
.
setShowProgressDialog
in class BuildViaAIRequest
showProgressDialog
- New showProgressDialog value. Default value is falseReapplyAIFilterRequest
instance, for chaining setter callspublic java.lang.Boolean getShowProgressDialog()
The default value
is false
.
getShowProgressDialog
in class BuildViaAIRequest
public ReapplyAIFilterRequest setUpdatedRecords(Record... updatedRecords)
updatedRecords
- New updatedRecords value. Default value is nullReapplyAIFilterRequest
instance, for chaining setter callspublic Record[] getUpdatedRecords()