Class MultiWindowSettings
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.browser.window.MultiWindowSettings
- All Implemented Interfaces:
HasHandlers
Allows specifying settings to apply to the
MultiWindow
of a child window.-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionShouldDataSources
from other OpenFin windows with Smart GWT loaded be copied by reference into this window? Such DataSources will be copied: when a page in another window is loaded (potentially several DataSources at once) at the moment DataSources are created in a page loaded in another window (just that DataSource)static MultiWindowSettings
getOrCreateRef
(JavaScriptObject jsObj) Should this window shareRealtime Messaging
channels with other windows?setAutoCopyDataSources
(Boolean autoCopyDataSources) ShouldDataSources
from other OpenFin windows with Smart GWT loaded be copied by reference into this window? Such DataSources will be copied: when a page in another window is loaded (potentially several DataSources at once) at the moment DataSources are created in a page loaded in another window (just that DataSource)setShareMessageChannels
(Boolean shareMessageChannels) Should this window shareRealtime Messaging
channels with other windows?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
-
MultiWindowSettings
public MultiWindowSettings() -
MultiWindowSettings
-
-
Method Details
-
getOrCreateRef
-
setAutoCopyDataSources
ShouldDataSources
from other OpenFin windows with Smart GWT loaded be copied by reference into this window? Such DataSources will be copied:- when a page in another window is loaded (potentially several DataSources at once)
- at the moment DataSources are created in a page loaded in another window (just that DataSource)
This property will default to true if OpenFin is present; otherwise, false.
Note that reloading a page that created DataSources copied by reference into other windows (via this property) is not supported.
- Parameters:
autoCopyDataSources
- New autoCopyDataSources value. Default value is varies- Returns:
MultiWindowSettings
instance, for chaining setter calls
-
getAutoCopyDataSources
ShouldDataSources
from other OpenFin windows with Smart GWT loaded be copied by reference into this window? Such DataSources will be copied:- when a page in another window is loaded (potentially several DataSources at once)
- at the moment DataSources are created in a page loaded in another window (just that DataSource)
This property will default to true if OpenFin is present; otherwise, false.
Note that reloading a page that created DataSources copied by reference into other windows (via this property) is not supported.
- Returns:
- Current autoCopyDataSources value. Default value is varies
-