Class CfnTemplate.LayoutConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.LayoutConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.LayoutConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTemplate.LayoutConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.LayoutConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.LayoutConfigurationProperty
An implementation for
CfnTemplate.LayoutConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.LayoutConfigurationProperty
CfnTemplate.LayoutConfigurationProperty.Builder, CfnTemplate.LayoutConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.LayoutConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.final Object
A type of layout that can be used on a sheet.final Object
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplate.LayoutConfigurationProperty.Builder
.
-
-
Method Details
-
getFreeFormLayout
Description copied from interface:CfnTemplate.LayoutConfigurationProperty
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.- Specified by:
getFreeFormLayout
in interfaceCfnTemplate.LayoutConfigurationProperty
-
getGridLayout
Description copied from interface:CfnTemplate.LayoutConfigurationProperty
A type of layout that can be used on a sheet.In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized:
FIXED
orRESPONSIVE
.- Specified by:
getGridLayout
in interfaceCfnTemplate.LayoutConfigurationProperty
-
getSectionBasedLayout
Description copied from interface:CfnTemplate.LayoutConfigurationProperty
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.- Specified by:
getSectionBasedLayout
in interfaceCfnTemplate.LayoutConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-