public class MultiWindowSettings extends DataClass
MultiWindow
of a child window.factoryCreated, factoryProperties
Constructor and Description |
---|
MultiWindowSettings() |
MultiWindowSettings(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAutoCopyDataSources()
Should
DataSources 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(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Boolean |
getShareMessageChannels()
Should this window share
Realtime Messaging channels with other windows? |
MultiWindowSettings |
setAutoCopyDataSources(java.lang.Boolean autoCopyDataSources)
Should
DataSources 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) |
MultiWindowSettings |
setShareMessageChannels(java.lang.Boolean shareMessageChannels)
Should this window share
Realtime Messaging channels with other windows? |
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
public MultiWindowSettings()
public MultiWindowSettings(com.google.gwt.core.client.JavaScriptObject jsObj)
public static MultiWindowSettings getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public MultiWindowSettings setAutoCopyDataSources(java.lang.Boolean autoCopyDataSources)
DataSources
from other OpenFin windows with Smart GWT loaded be
copied by reference into this window? Such DataSources will be copied: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.
autoCopyDataSources
- New autoCopyDataSources value. Default value is variesMultiWindowSettings
instance, for chaining setter callspublic java.lang.Boolean getAutoCopyDataSources()
DataSources
from other OpenFin windows with Smart GWT loaded be
copied by reference into this window? Such DataSources will be copied: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.
public MultiWindowSettings setShareMessageChannels(java.lang.Boolean shareMessageChannels)
Realtime Messaging
channels with other windows? This property will default to true if OpenFin is present; otherwise, false.
shareMessageChannels
- New shareMessageChannels value. Default value is variesMultiWindowSettings
instance, for chaining setter callspublic java.lang.Boolean getShareMessageChannels()
Realtime Messaging
channels with other windows? This property will default to true if OpenFin is present; otherwise, false.