Package com.smartgwt.client.util
Class AsyncDataBoundOperationParams
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.util.AsyncOperationParams
com.smartgwt.client.util.AsyncDataBoundOperationParams
- All Implemented Interfaces:
HasHandlers
- Direct Known Subclasses:
DataBoundAIRequest
Parameters to an asynchronous data-bound operation.
- See Also:
-
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 TypeMethodDescriptionADataBoundComponent
for context.ADataSource
for context.getOrCreateRef
(JavaScriptObject jsObj) setComponent
(DataBoundComponent component) ADataBoundComponent
for context.setDataSource
(DataSource dataSource) ADataSource
for context.Methods inherited from class com.smartgwt.client.util.AsyncOperationParams
getCancellationController, setCancellationController
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
-
AsyncDataBoundOperationParams
public AsyncDataBoundOperationParams() -
AsyncDataBoundOperationParams
-
-
Method Details
-
getOrCreateRef
-
setComponent
ADataBoundComponent
for context.If
dataSource
is also specified, then the component should be bound to the sameDataSource
or aDataSource
inheriting from it.- Parameters:
component
- New component value. Default value is null- Returns:
AsyncDataBoundOperationParams
instance, for chaining setter calls
-
getComponent
ADataBoundComponent
for context.If
dataSource
is also specified, then the component should be bound to the sameDataSource
or aDataSource
inheriting from it.- Returns:
- Current component value. Default value is null
-
setDataSource
ADataSource
for context.If
component
is also specified, then the component should be bound to the sameDataSource
or aDataSource
inheriting from it.- Parameters:
dataSource
- New dataSource value. Default value is null- Returns:
AsyncDataBoundOperationParams
instance, for chaining setter calls
-
getDataSource
ADataSource
for context.If
component
is also specified, then the component should be bound to the sameDataSource
or aDataSource
inheriting from it.- Returns:
- Current dataSource value. Default value is null
-