public static interface RowAlternateColorOptions.Builder extends SdkPojo, CopyableBuilder<RowAlternateColorOptions.Builder,RowAlternateColorOptions>
| Modifier and Type | Method and Description |
|---|---|
RowAlternateColorOptions.Builder |
rowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions.Builder |
rowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions.Builder |
status(String status)
Determines the widget status.
|
RowAlternateColorOptions.Builder |
status(WidgetStatus status)
Determines the widget status.
|
RowAlternateColorOptions.Builder |
usePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
RowAlternateColorOptions.Builder |
usePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRowAlternateColorOptions.Builder status(String status)
Determines the widget status.
status - Determines the widget status.WidgetStatus,
WidgetStatusRowAlternateColorOptions.Builder status(WidgetStatus status)
Determines the widget status.
status - Determines the widget status.WidgetStatus,
WidgetStatusRowAlternateColorOptions.Builder rowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.RowAlternateColorOptions.Builder rowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.RowAlternateColorOptions.Builder usePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
usePrimaryBackgroundColor - The primary background color options for alternate rows.WidgetStatus,
WidgetStatusRowAlternateColorOptions.Builder usePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
usePrimaryBackgroundColor - The primary background color options for alternate rows.WidgetStatus,
WidgetStatusCopyright © 2023. All rights reserved.