public static interface UIColorPalette.Builder extends SdkPojo, CopyableBuilder<UIColorPalette.Builder,UIColorPalette>
| Modifier and Type | Method and Description |
|---|---|
UIColorPalette.Builder |
accent(String accent)
This color is that applies to selected states and buttons.
|
UIColorPalette.Builder |
accentForeground(String accentForeground)
The foreground color that applies to any text or other elements that appear over the accent color.
|
UIColorPalette.Builder |
danger(String danger)
The color that applies to error messages.
|
UIColorPalette.Builder |
dangerForeground(String dangerForeground)
The foreground color that applies to any text or other elements that appear over the error color.
|
UIColorPalette.Builder |
dimension(String dimension)
The color that applies to the names of fields that are identified as dimensions.
|
UIColorPalette.Builder |
dimensionForeground(String dimensionForeground)
The foreground color that applies to any text or other elements that appear over the dimension color.
|
UIColorPalette.Builder |
measure(String measure)
The color that applies to the names of fields that are identified as measures.
|
UIColorPalette.Builder |
measureForeground(String measureForeground)
The foreground color that applies to any text or other elements that appear over the measure color.
|
UIColorPalette.Builder |
primaryBackground(String primaryBackground)
The background color that applies to visuals and other high emphasis UI.
|
UIColorPalette.Builder |
primaryForeground(String primaryForeground)
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.
|
UIColorPalette.Builder |
secondaryBackground(String secondaryBackground)
The background color that applies to the sheet background and sheet controls.
|
UIColorPalette.Builder |
secondaryForeground(String secondaryForeground)
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the
secondary background.
|
UIColorPalette.Builder |
success(String success)
The color that applies to success messages, for example the check mark for a successful download.
|
UIColorPalette.Builder |
successForeground(String successForeground)
The foreground color that applies to any text or other elements that appear over the success color.
|
UIColorPalette.Builder |
warning(String warning)
This color that applies to warning and informational messages.
|
UIColorPalette.Builder |
warningForeground(String warningForeground)
The foreground color that applies to any text or other elements that appear over the warning color.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUIColorPalette.Builder primaryForeground(String primaryForeground)
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.
primaryForeground - 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.UIColorPalette.Builder primaryBackground(String primaryBackground)
The background color that applies to visuals and other high emphasis UI.
primaryBackground - The background color that applies to visuals and other high emphasis UI.UIColorPalette.Builder secondaryForeground(String secondaryForeground)
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
secondaryForeground - The foreground color that applies to any sheet title, sheet control text, or UI that appears over the
secondary background.UIColorPalette.Builder secondaryBackground(String secondaryBackground)
The background color that applies to the sheet background and sheet controls.
secondaryBackground - The background color that applies to the sheet background and sheet controls.UIColorPalette.Builder accent(String accent)
This color is that applies to selected states and buttons.
accent - This color is that applies to selected states and buttons.UIColorPalette.Builder accentForeground(String accentForeground)
The foreground color that applies to any text or other elements that appear over the accent color.
accentForeground - The foreground color that applies to any text or other elements that appear over the accent color.UIColorPalette.Builder danger(String danger)
The color that applies to error messages.
danger - The color that applies to error messages.UIColorPalette.Builder dangerForeground(String dangerForeground)
The foreground color that applies to any text or other elements that appear over the error color.
dangerForeground - The foreground color that applies to any text or other elements that appear over the error color.UIColorPalette.Builder warning(String warning)
This color that applies to warning and informational messages.
warning - This color that applies to warning and informational messages.UIColorPalette.Builder warningForeground(String warningForeground)
The foreground color that applies to any text or other elements that appear over the warning color.
warningForeground - The foreground color that applies to any text or other elements that appear over the warning color.UIColorPalette.Builder success(String success)
The color that applies to success messages, for example the check mark for a successful download.
success - The color that applies to success messages, for example the check mark for a successful download.UIColorPalette.Builder successForeground(String successForeground)
The foreground color that applies to any text or other elements that appear over the success color.
successForeground - The foreground color that applies to any text or other elements that appear over the success color.UIColorPalette.Builder dimension(String dimension)
The color that applies to the names of fields that are identified as dimensions.
dimension - The color that applies to the names of fields that are identified as dimensions.UIColorPalette.Builder dimensionForeground(String dimensionForeground)
The foreground color that applies to any text or other elements that appear over the dimension color.
dimensionForeground - The foreground color that applies to any text or other elements that appear over the dimension color.UIColorPalette.Builder measure(String measure)
The color that applies to the names of fields that are identified as measures.
measure - The color that applies to the names of fields that are identified as measures.UIColorPalette.Builder measureForeground(String measureForeground)
The foreground color that applies to any text or other elements that appear over the measure color.
measureForeground - The foreground color that applies to any text or other elements that appear over the measure color.Copyright © 2020. All rights reserved.