public class GridFetchDataTask extends ComponentTask
ListGrid.fetchData()
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
GridFetchDataTask() |
GridFetchDataTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Criteria |
getCriteria()
Criteria to use for fetch.
|
static GridFetchDataTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
DSRequest |
getRequestProperties()
Additional properties to set on the DSRequest that will be issued to perform the fetch.
|
GridFetchDataTask |
setCriteria(Criteria criteria)
Criteria to use for fetch.
|
GridFetchDataTask |
setRequestProperties(DSRequest requestProperties)
Additional properties to set on the DSRequest that will be issued to perform the fetch.
|
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 GridFetchDataTask()
public GridFetchDataTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static GridFetchDataTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public GridFetchDataTask setCriteria(Criteria criteria) throws java.lang.IllegalStateException
criteria
- New criteria value. Default value is nullGridFetchDataTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic Criteria getCriteria()
public GridFetchDataTask setRequestProperties(DSRequest requestProperties) throws java.lang.IllegalStateException
requestProperties
- New requestProperties value. Default value is nullGridFetchDataTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic DSRequest getRequestProperties()