public class GridFetchRelatedDataTask extends ComponentTask
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
GridFetchRelatedDataTask() |
GridFetchRelatedDataTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
DataSource |
getDataSource()
The DataSource used with
recordSourceComponent to pull related data. |
java.lang.String |
getDataSourceAsString()
The DataSource used with
recordSourceComponent to pull related data. |
static GridFetchRelatedDataTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getRecordSourceComponent()
Component to pull record for locating related data.
|
GridFetchRelatedDataTask |
setDataSource(DataSource dataSource)
The DataSource used with
recordSourceComponent to pull related data. |
GridFetchRelatedDataTask |
setDataSource(java.lang.String dataSource)
The DataSource used with
recordSourceComponent to pull related data. |
GridFetchRelatedDataTask |
setRecordSourceComponent(java.lang.String recordSourceComponent)
Component to pull record for locating related data.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource
convertToJavaScriptArray, getClassDescription, getDescription, getEditorType, getElementDescription, getID, getJsObj, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getTitle, isCreated, onInit, setAttribute, setClassDescription, setDescription, setEditorType, setID, setJavaScriptObject, setNextElement, setPassThruOutput, setTitle
addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
public GridFetchRelatedDataTask()
public GridFetchRelatedDataTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static GridFetchRelatedDataTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public GridFetchRelatedDataTask setDataSource(DataSource dataSource) throws java.lang.IllegalStateException
recordSourceComponent
to pull related data. If not specified, recordSourceComponent
will be used
to obtain the schema.dataSource
- New dataSource value. Default value is nullGridFetchRelatedDataTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic DataSource getDataSource()
recordSourceComponent
to pull related data. If not specified, recordSourceComponent
will be used
to obtain the schema.public GridFetchRelatedDataTask setDataSource(java.lang.String dataSource) throws java.lang.IllegalStateException
recordSourceComponent
to pull related data. If not specified, recordSourceComponent
will be used
to obtain the schema.dataSource
- New dataSource value. Default value is nullGridFetchRelatedDataTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getDataSourceAsString()
recordSourceComponent
to pull related data. If not specified, recordSourceComponent
will be used
to obtain the schema.public GridFetchRelatedDataTask setRecordSourceComponent(java.lang.String recordSourceComponent) throws java.lang.IllegalStateException
recordSourceComponent
- New recordSourceComponent value. Default value is nullGridFetchRelatedDataTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdGlobalId
public java.lang.String getRecordSourceComponent()
GlobalId