Package com.smartgwt.client.ai
Class FixDashboardComponentDataQuestionStep
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.ai.FixDashboardComponentDataQuestionStep
- All Implemented Interfaces:
HasHandlers
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateRef
(JavaScriptObject jsObj) Copies of previousValidateDashboardComponentDataQuestionStepResult
objects, with thestep.createDashboardComponentStepResult.step
cleared, as this shared object is found atcreateDashboardComponentStep
.getType()
The value FIX_DASHBOARD_COMPONENT.setCreateDashboardComponentStep
(CreateDashboardComponentDataQuestionStep createDashboardComponentStep) setPrevValidateDashboardComponentStepResults
(ValidateDashboardComponentDataQuestionStepResult... prevValidateDashboardComponentStepResults) Copies of previousValidateDashboardComponentDataQuestionStepResult
objects, with thestep.createDashboardComponentStepResult.step
cleared, as this shared object is found atcreateDashboardComponentStep
.setType
(DataQuestionStepType type) The value FIX_DASHBOARD_COMPONENT.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
-
FixDashboardComponentDataQuestionStep
public FixDashboardComponentDataQuestionStep() -
FixDashboardComponentDataQuestionStep
-
-
Method Details
-
getOrCreateRef
-
setCreateDashboardComponentStep
public FixDashboardComponentDataQuestionStep setCreateDashboardComponentStep(CreateDashboardComponentDataQuestionStep createDashboardComponentStep) - Parameters:
createDashboardComponentStep
- New createDashboardComponentStep value. Default value is *initialized by the implementation*- Returns:
FixDashboardComponentDataQuestionStep
instance, for chaining setter calls
-
getCreateDashboardComponentStep
- Returns:
- Current createDashboardComponentStep value. Default value is *initialized by the implementation*
-
setPrevValidateDashboardComponentStepResults
public FixDashboardComponentDataQuestionStep setPrevValidateDashboardComponentStepResults(ValidateDashboardComponentDataQuestionStepResult... prevValidateDashboardComponentStepResults) Copies of previousValidateDashboardComponentDataQuestionStepResult
objects, with thestep.createDashboardComponentStepResult.step
cleared, as this shared object is found atcreateDashboardComponentStep
.- Parameters:
prevValidateDashboardComponentStepResults
- New prevValidateDashboardComponentStepResults value. Default value is *initialized by the implementation*- Returns:
FixDashboardComponentDataQuestionStep
instance, for chaining setter calls
-
getPrevValidateDashboardComponentStepResults
public ValidateDashboardComponentDataQuestionStepResult[] getPrevValidateDashboardComponentStepResults()Copies of previousValidateDashboardComponentDataQuestionStepResult
objects, with thestep.createDashboardComponentStepResult.step
cleared, as this shared object is found atcreateDashboardComponentStep
.- Returns:
- Current prevValidateDashboardComponentStepResults value. Default value is *initialized by the implementation*
-
setType
The value FIX_DASHBOARD_COMPONENT.- Parameters:
type
- New type value. Default value is null- Returns:
FixDashboardComponentDataQuestionStep
instance, for chaining setter calls
-
getType
The value FIX_DASHBOARD_COMPONENT.- Returns:
- Current type value. Default value is null
-