public class BuildAIFieldRequestRequest extends BuildViaAIRequest
AIFieldRequest from a UserAIRequest containing a natural language description of the per-record values to generate for a new AI-generated field.idfactoryCreated, factoryProperties| Constructor and Description |
|---|
BuildAIFieldRequestRequest() |
BuildAIFieldRequestRequest(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
DataBoundComponent | getComponent() If specified, the DataBoundComponent that will display the AI-generated field. |
DataSource | getDataSource() The DataSource that the AI-generated field will be considered to augment. |
static BuildAIFieldRequestRequest | 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 build-request. |
BuildAIFieldRequestRequest | setComponent(DataBoundComponent component) If specified, the DataBoundComponent that will display the AI-generated field. |
BuildAIFieldRequestRequest | setDataSource(DataSource dataSource) The DataSource that the AI-generated field will be considered to augment. |
BuildAIFieldRequestRequest | setShowProgressDialog(java.lang.Boolean showProgressDialog) Whether to show a progress dialog to inform the user about the processing of the build-request. |
getMaxRetries, getProgressDialogProperties, getUserAIRequest, getUserCanCancel, setMaxRetries, setProgressDialogProperties, setUserAIRequest, setUserCanCancelgetCancellationController, setCancellationControllergetRef, getRef, internalSetIDapplyFactoryProperties, 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, setFactoryCreatedpublic BuildAIFieldRequestRequest()
public BuildAIFieldRequestRequest(com.google.gwt.core.client.JavaScriptObject jsObj)
public static BuildAIFieldRequestRequest getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public BuildAIFieldRequestRequest setComponent(DataBoundComponent component)
DataBoundComponent that will display the AI-generated field. The component should be bound to the same dataSource of the request or a DataSource inheriting from it.
component - New component value. Default value is nullBuildAIFieldRequestRequest instance, for chaining setter callspublic DataBoundComponent getComponent()
DataBoundComponent that will display the AI-generated field. The component should be bound to the same dataSource of the request or a DataSource inheriting from it.
public BuildAIFieldRequestRequest setDataSource(DataSource dataSource)
DataSource that the AI-generated field will be considered to augment. If component is also specified, then the component should be bound to the same DataSource or a DataSource inheriting from it.
dataSource - New dataSource value. Default value is nullBuildAIFieldRequestRequest instance, for chaining setter callspublic DataSource getDataSource()
DataSource that the AI-generated field will be considered to augment. If component is also specified, then the component should be bound to the same DataSource or a DataSource inheriting from it.
public BuildAIFieldRequestRequest setShowProgressDialog(java.lang.Boolean showProgressDialog)
The default value is false.
setShowProgressDialog in class BuildViaAIRequestshowProgressDialog - New showProgressDialog value. Default value is falseBuildAIFieldRequestRequest instance, for chaining setter callspublic java.lang.Boolean getShowProgressDialog()
The default value is false.
getShowProgressDialog in class BuildViaAIRequest