Package com.smartgwt.client.ai
Class BuildDataBoundUIViaAIContext
- All Implemented Interfaces:
HasHandlers
-
Field Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
idFields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe AI-selected data source.static BuildDataBoundUIViaAIContextgetOrCreateRef(JavaScriptObject jsObj) setDataSource(DataSource dataSource) The AI-selected data source.Methods inherited from class com.smartgwt.client.ai.BuildUIViaAIContext
getJSCode, getNodes, getUIType, setJSCode, setNodes, setUITypeMethods inherited from class com.smartgwt.client.util.AsyncOperationContext
getCancellationController, setCancellationControllerMethods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetIDMethods 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:
BuildDataBoundUIViaAIContextinstance, for chaining setter calls
-
getDataSource
The AI-selected data source.- Returns:
- Current dataSource value. Default value is null
-