public class BuildDataBoundUIViaAIRequest extends BuildUIViaAIRequest
id
factoryCreated, factoryProperties
Constructor and Description |
---|
BuildDataBoundUIViaAIRequest() |
BuildDataBoundUIViaAIRequest(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllowedUITypes()
The list of allowed, data-bound UI types.
|
java.lang.String[] |
getAvailableDataSources()
Global IDs of the data sources made available to AI for satisfying the user's request.
|
static BuildDataBoundUIViaAIRequest |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
BuildDataBoundUIViaAIRequest |
setAllowedUITypes(java.lang.String... allowedUITypes)
The list of allowed, data-bound UI types.
|
BuildDataBoundUIViaAIRequest |
setAvailableDataSources(java.lang.String... availableDataSources)
Global IDs of the data sources made available to AI for satisfying the user's request.
|
getMaxValidationRetries, getUserAIRequest, getValidationTypes, setCustomValidator, setMaxValidationRetries, setUserAIRequest, setValidationTypes
getMaxRetries, getProgressDialogProperties, getShowProgressDialog, getUserCanCancel, setMaxRetries, setProgressDialogProperties, setShowProgressDialog, 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 BuildDataBoundUIViaAIRequest()
public BuildDataBoundUIViaAIRequest(com.google.gwt.core.client.JavaScriptObject jsObj)
public static BuildDataBoundUIViaAIRequest getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public BuildDataBoundUIViaAIRequest setAllowedUITypes(java.lang.String... allowedUITypes)
ListGrid
displaying some data from a data source in a list or grid FacetChart
displaying some data from a data source as a chart Label
displaying a single value (scalar) derived from the data in a data source
setAllowedUITypes
in class BuildUIViaAIRequest
allowedUITypes
- New allowedUITypes value. Default value is nullBuildDataBoundUIViaAIRequest
instance, for chaining setter callspublic java.lang.String[] getAllowedUITypes()
ListGrid
displaying some data from a data source in a list or grid FacetChart
displaying some data from a data source as a chart Label
displaying a single value (scalar) derived from the data in a data source
getAllowedUITypes
in class BuildUIViaAIRequest
public BuildDataBoundUIViaAIRequest setAvailableDataSources(java.lang.String... availableDataSources)
availableDataSources
- New availableDataSources value. Default value is nullBuildDataBoundUIViaAIRequest
instance, for chaining setter callsGlobalId
public java.lang.String[] getAvailableDataSources()
GlobalId