public class AsyncDataBoundOperationParams extends AsyncOperationParams
AsyncDataBoundOperationContext
id
factoryCreated, factoryProperties
Constructor and Description |
---|
AsyncDataBoundOperationParams() |
AsyncDataBoundOperationParams(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
DataBoundComponent |
getComponent()
A
DataBoundComponent for context. |
DataSource |
getDataSource()
A
DataSource for context. |
static AsyncDataBoundOperationParams |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
AsyncDataBoundOperationParams |
setComponent(DataBoundComponent component)
A
DataBoundComponent for context. |
AsyncDataBoundOperationParams |
setDataSource(DataSource dataSource)
A
DataSource for context. |
getCancellationController, setCancellationController
getRef, getRef, internalSetID
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
public AsyncDataBoundOperationParams()
public AsyncDataBoundOperationParams(com.google.gwt.core.client.JavaScriptObject jsObj)
public static AsyncDataBoundOperationParams getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public AsyncDataBoundOperationParams setComponent(DataBoundComponent component)
DataBoundComponent
for context. If dataSource
is also specified, then the component
should be bound to the same DataSource
or a DataSource
inheriting from it.
component
- New component value. Default value is nullAsyncDataBoundOperationParams
instance, for chaining setter callspublic DataBoundComponent getComponent()
DataBoundComponent
for context. If dataSource
is also specified, then the component
should be bound to the same DataSource
or a DataSource
inheriting from it.
public AsyncDataBoundOperationParams setDataSource(DataSource dataSource)
DataSource
for context. If component
is also specified, then the component
should be bound to the same DataSource
or a DataSource
inheriting from it.
dataSource
- New dataSource value. Default value is nullAsyncDataBoundOperationParams
instance, for chaining setter callspublic DataSource getDataSource()
DataSource
for context. If component
is also specified, then the component
should be bound to the same DataSource
or a DataSource
inheriting from it.