Package com.smartgwt.client.ai
Class BuildDataBoundUIViaAIContext
- All Implemented Interfaces:
HasHandlers
-
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe AI-selected data source.static BuildDataBoundUIViaAIContext
getOrCreateRef
(JavaScriptObject jsObj) setDataSource
(DataSource dataSource) The AI-selected data source.Methods inherited from class com.smartgwt.client.ai.BuildUIViaAIContext
getJSCode, getNodes, getUIType, setJSCode, setNodes, setUIType
Methods inherited from class com.smartgwt.client.util.AsyncOperationContext
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
-
BuildDataBoundUIViaAIContext
public BuildDataBoundUIViaAIContext() -
BuildDataBoundUIViaAIContext
-
-
Method Details
-
getOrCreateRef
-
setDataSource
The AI-selected data source.- Parameters:
dataSource
- New dataSource value. Default value is null- Returns:
BuildDataBoundUIViaAIContext
instance, for chaining setter calls
-
getDataSource
The AI-selected data source.- Returns:
- Current dataSource value. Default value is null
-