Class CfnTheme.UIColorPaletteProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTheme.UIColorPaletteProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTheme.UIColorPaletteProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTheme.UIColorPaletteProperty
@Stability(Stable)
@Internal
public static final class CfnTheme.UIColorPaletteProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTheme.UIColorPaletteProperty
An implementation for
CfnTheme.UIColorPaletteProperty
-
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.CfnTheme.UIColorPaletteProperty
CfnTheme.UIColorPaletteProperty.Builder, CfnTheme.UIColorPaletteProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTheme.UIColorPaletteProperty.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 String
This color is that applies to selected states and buttons.final String
The foreground color that applies to any text or other elements that appear over the accent color.final String
The color that applies to error messages.final String
The foreground color that applies to any text or other elements that appear over the error color.final String
The color that applies to the names of fields that are identified as dimensions.final String
The foreground color that applies to any text or other elements that appear over the dimension color.final String
The color that applies to the names of fields that are identified as measures.final String
The foreground color that applies to any text or other elements that appear over the measure color.final String
The background color that applies to visuals and other high emphasis UI.final String
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.final String
The background color that applies to the sheet background and sheet controls.final String
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.final String
The color that applies to success messages, for example the check mark for a successful download.final String
The foreground color that applies to any text or other elements that appear over the success color.final String
This color that applies to warning and informational messages.final String
The foreground color that applies to any text or other elements that appear over the warning color.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 theCfnTheme.UIColorPaletteProperty.Builder
.
-
-
Method Details
-
getAccent
Description copied from interface:CfnTheme.UIColorPaletteProperty
This color is that applies to selected states and buttons.- Specified by:
getAccent
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getAccentForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the accent color.- Specified by:
getAccentForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getDanger
Description copied from interface:CfnTheme.UIColorPaletteProperty
The color that applies to error messages.- Specified by:
getDanger
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getDangerForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the error color.- Specified by:
getDangerForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getDimension
Description copied from interface:CfnTheme.UIColorPaletteProperty
The color that applies to the names of fields that are identified as dimensions.- Specified by:
getDimension
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getDimensionForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the dimension color.- Specified by:
getDimensionForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getMeasure
Description copied from interface:CfnTheme.UIColorPaletteProperty
The color that applies to the names of fields that are identified as measures.- Specified by:
getMeasure
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getMeasureForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the measure color.- Specified by:
getMeasureForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getPrimaryBackground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The background color that applies to visuals and other high emphasis UI.- Specified by:
getPrimaryBackground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getPrimaryForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.- Specified by:
getPrimaryForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getSecondaryBackground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The background color that applies to the sheet background and sheet controls.- Specified by:
getSecondaryBackground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getSecondaryForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.- Specified by:
getSecondaryForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getSuccess
Description copied from interface:CfnTheme.UIColorPaletteProperty
The color that applies to success messages, for example the check mark for a successful download.- Specified by:
getSuccess
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getSuccessForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the success color.- Specified by:
getSuccessForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getWarning
Description copied from interface:CfnTheme.UIColorPaletteProperty
This color that applies to warning and informational messages.- Specified by:
getWarning
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
getWarningForeground
Description copied from interface:CfnTheme.UIColorPaletteProperty
The foreground color that applies to any text or other elements that appear over the warning color.- Specified by:
getWarningForeground
in interfaceCfnTheme.UIColorPaletteProperty
- See Also:
-
$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()
-