public class DSLoadSettings extends DataClass
DataSource loading features.factoryCreated, factoryProperties| Constructor and Description |
|---|
DSLoadSettings() |
DSLoadSettings(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean | getForceReload() Forcibly reload a dataSource if it's already loaded. |
java.lang.Boolean | getLoadParents() Load parent DataSources automatically for DataSources that have an inheritsFrom defined. |
java.lang.Boolean | getMockMode() Place loaded DataSource into mockMode |
static DSLoadSettings | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
DSLoadSettings | setForceReload(java.lang.Boolean forceReload) Forcibly reload a dataSource if it's already loaded. |
DSLoadSettings | setLoadParents(java.lang.Boolean loadParents) Load parent DataSources automatically for DataSources that have an inheritsFrom defined. |
DSLoadSettings | setMockMode(java.lang.Boolean mockMode) Place loaded DataSource into mockMode |
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, setFactoryCreatedpublic DSLoadSettings()
public DSLoadSettings(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DSLoadSettings getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public DSLoadSettings setForceReload(java.lang.Boolean forceReload)
forceReload - New forceReload value. Default value is nullDSLoadSettings instance, for chaining setter callspublic java.lang.Boolean getForceReload()
public DSLoadSettings setLoadParents(java.lang.Boolean loadParents)
inheritsFrom defined. Otherwise a DataSource with inheritsFrom will be broken if the parent DataSource is not already loaded.loadParents - New loadParents value. Default value is nullDSLoadSettings instance, for chaining setter callspublic java.lang.Boolean getLoadParents()
inheritsFrom defined. Otherwise a DataSource with inheritsFrom will be broken if the parent DataSource is not already loaded.public DSLoadSettings setMockMode(java.lang.Boolean mockMode)
mockModemockMode - New mockMode value. Default value is nullDSLoadSettings instance, for chaining setter callspublic java.lang.Boolean getMockMode()
mockMode