Package com.smartgwt.client.util
Class AsyncMultipleValuesGenerationResult
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.util.AsyncMultipleValuesGenerationResult
- All Implemented Interfaces:
HasHandlers
The result of an asynchronous operation to generate multiple values.
-
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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionObject[]
If successful, the generated values.getOrCreateRef
(JavaScriptObject jsObj) setGeneratedValues
(Object... generatedValues) If successful, the generated values.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
-
AsyncMultipleValuesGenerationResult
public AsyncMultipleValuesGenerationResult() -
AsyncMultipleValuesGenerationResult
-
-
Method Details
-
getOrCreateRef
-
setGeneratedValues
If successful, the generated values.- Parameters:
generatedValues
- New generatedValues value. Default value is *initialized by the implementation*- Returns:
AsyncMultipleValuesGenerationResult
instance, for chaining setter calls
-
getGeneratedValues
If successful, the generated values.- Returns:
- Current generatedValues value. Default value is *initialized by the implementation*
-