public class SerializationSettings extends DataClass
EditContext
serialization.Dashboards & Tools Framework Overview
factoryCreated, factoryProperties
Constructor and Description |
---|
SerializationSettings() |
SerializationSettings(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIndent()
Overrides the default indention setting during serialization.
|
static SerializationSettings |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Boolean |
getOutputComponentsIndividually()
Overrides the default component output setting during serialization.
|
java.lang.Boolean |
getServerless()
When true specify DataSources in full rather than assuming they can be downloaded from the server.
|
SerializationSettings |
setIndent(java.lang.Boolean indent)
Overrides the default indention setting during serialization.
|
SerializationSettings |
setOutputComponentsIndividually(java.lang.Boolean outputComponentsIndividually)
Overrides the default component output setting during serialization.
|
SerializationSettings |
setServerless(java.lang.Boolean serverless)
When true specify DataSources in full rather than assuming they can be downloaded from the server.
|
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 SerializationSettings()
public SerializationSettings(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SerializationSettings getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SerializationSettings setIndent(java.lang.Boolean indent)
indent
- New indent value. Default value is nullSerializationSettings
instance, for chaining setter callspublic java.lang.Boolean getIndent()
public SerializationSettings setOutputComponentsIndividually(java.lang.Boolean outputComponentsIndividually)
outputComponentsIndividually
- New outputComponentsIndividually value. Default value is trueSerializationSettings
instance, for chaining setter callspublic java.lang.Boolean getOutputComponentsIndividually()
public SerializationSettings setServerless(java.lang.Boolean serverless)
serverless
- New serverless value. Default value is nullSerializationSettings
instance, for chaining setter callspublic java.lang.Boolean getServerless()