public class FetchRelatedDataTask extends ComponentTask
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
FetchRelatedDataTask() |
FetchRelatedDataTask(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 FetchRelatedDataTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getRecordSourceComponent()
Component to pull record for locating related data.
|
FetchRelatedDataTask |
setDataSource(DataSource dataSource)
The DataSource used with
recordSourceComponent to pull related data. |
FetchRelatedDataTask |
setDataSource(java.lang.String dataSource)
The DataSource used with
recordSourceComponent to pull related data. |
FetchRelatedDataTask |
setRecordSourceComponent(java.lang.String recordSourceComponent)
Component to pull record for locating related data.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, getTargetBaseClass, getTargetBaseClassAsStringArray, getTargetComponent, getTargetComponent, getUnsupportedComponentMessage, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource, setTargetBaseClass, setTargetBaseClass, setUnsupportedComponentMessage
completeElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getInvalidTaskMessage, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, getUndefinedComponentMessage, getUnresolvedComponentMessage, getWaitDuration, getWaitFor, getWaitLocator, isCreated, isValid, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValues
addDynamicProperty, 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 FetchRelatedDataTask()
public FetchRelatedDataTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static FetchRelatedDataTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public FetchRelatedDataTask 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 nullFetchRelatedDataTask
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 FetchRelatedDataTask 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 nullFetchRelatedDataTask
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 FetchRelatedDataTask setRecordSourceComponent(java.lang.String recordSourceComponent) throws java.lang.IllegalStateException
recordSourceComponent
- New recordSourceComponent value. Default value is nullFetchRelatedDataTask
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