Package com.smartgwt.client.ai
Class DataQuestionResult
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.util.AsyncOperationResult
com.smartgwt.client.ai.DataQuestionResult
- All Implemented Interfaces:
HasHandlers
The result of the data question.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf successful (type
is SUCCESS), the array ofCreateDashboardComponentDataQuestionStepResult
objects.static DataQuestionResult
getOrCreateRef
(JavaScriptObject jsObj) setCreateDashboardComponentStepResults
(CreateDashboardComponentDataQuestionStepResult... createDashboardComponentStepResults) If successful (type
is SUCCESS), the array ofCreateDashboardComponentDataQuestionStepResult
objects.Methods inherited from class com.smartgwt.client.util.AsyncOperationResult
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
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
-
DataQuestionResult
public DataQuestionResult() -
DataQuestionResult
-
-
Method Details
-
getOrCreateRef
-
setCreateDashboardComponentStepResults
public DataQuestionResult setCreateDashboardComponentStepResults(CreateDashboardComponentDataQuestionStepResult... createDashboardComponentStepResults) If successful (type
is SUCCESS), the array ofCreateDashboardComponentDataQuestionStepResult
objects.- Parameters:
createDashboardComponentStepResults
- New createDashboardComponentStepResults value. Default value is *initialized by the implementation*- Returns:
DataQuestionResult
instance, for chaining setter calls
-
getCreateDashboardComponentStepResults
If successful (type
is SUCCESS), the array ofCreateDashboardComponentDataQuestionStepResult
objects.- Returns:
- Current createDashboardComponentStepResults value. Default value is *initialized by the implementation*
-