Package com.smartgwt.client.ai
Class CreateDashboardComponentDataQuestionStepResult
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.ai.CreateDashboardComponentDataQuestionStepResult
- 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) getStep()
setComponentOverview
(String componentOverview) setPaletteNodes
(PaletteNode... paletteNodes) 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
-
CreateDashboardComponentDataQuestionStepResult
public CreateDashboardComponentDataQuestionStepResult() -
CreateDashboardComponentDataQuestionStepResult
-
-
Method Details
-
getOrCreateRef
-
setComponentOverview
public CreateDashboardComponentDataQuestionStepResult setComponentOverview(String componentOverview) - Parameters:
componentOverview
- New componentOverview value. Default value is *specified via AI*- Returns:
CreateDashboardComponentDataQuestionStepResult
instance, for chaining setter calls- See Also:
-
getComponentOverview
- Returns:
- Current componentOverview value. Default value is *specified via AI*
- See Also:
-
setPaletteNodes
- Parameters:
paletteNodes
- New paletteNodes value. Default value is *specified via AI*- Returns:
CreateDashboardComponentDataQuestionStepResult
instance, for chaining setter calls
-
getPaletteNodes
- Returns:
- Current paletteNodes value. Default value is *specified via AI*
-
setStep
public CreateDashboardComponentDataQuestionStepResult setStep(CreateDashboardComponentDataQuestionStep step) - Parameters:
step
- New step value. Default value is *initialized by the implementation*- Returns:
CreateDashboardComponentDataQuestionStepResult
instance, for chaining setter calls
-
getStep
- Returns:
- Current step value. Default value is *initialized by the implementation*
-