Package com.smartgwt.client.tools
Class ReifyDSSettings
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.tools.ReifyDSSettings
- All Implemented Interfaces:
HasHandlers
Optional settings object passed to
Reify.getProjectsDS(), Reify.getScreensDS(), and Reify.getDataSourcesDS().-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReifyDSSettingsgetOrCreateRef(JavaScriptObject jsObj) URL prefix of the remote Reify server'sisomorphicdir, e.g.setReifyURL(String reifyURL) URL prefix of the remote Reify server'sisomorphicdir, e.g.Methods inherited from class com.smartgwt.client.core.DataClass
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
-
Constructor Details
-
ReifyDSSettings
public ReifyDSSettings() -
ReifyDSSettings
-
-
Method Details
-
getOrCreateRef
-
setReifyURL
URL prefix of the remote Reify server'sisomorphicdir, e.g."https://reify.example.com/isomorphic/". When set, overridesdefaultReifyURLfor this call only. When null (and no default is set), the local server is used.- Parameters:
reifyURL- New reifyURL value. Default value is null- Returns:
ReifyDSSettingsinstance, for chaining setter calls- See Also:
-
getReifyURL
URL prefix of the remote Reify server'sisomorphicdir, e.g."https://reify.example.com/isomorphic/". When set, overridesdefaultReifyURLfor this call only. When null (and no default is set), the local server is used.- Returns:
- Current reifyURL value. Default value is null
- See Also:
-