Interface RowAlternateColorOptions.Builder

    • Method Detail

      • rowAlternateColors

        RowAlternateColorOptions.Builder rowAlternateColors​(Collection<String> rowAlternateColors)

        Determines the list of row alternate colors.

        Parameters:
        rowAlternateColors - Determines the list of row alternate colors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowAlternateColors

        RowAlternateColorOptions.Builder rowAlternateColors​(String... rowAlternateColors)

        Determines the list of row alternate colors.

        Parameters:
        rowAlternateColors - Determines the list of row alternate colors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usePrimaryBackgroundColor

        RowAlternateColorOptions.Builder usePrimaryBackgroundColor​(String usePrimaryBackgroundColor)

        The primary background color options for alternate rows.

        Parameters:
        usePrimaryBackgroundColor - The primary background color options for alternate rows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WidgetStatus, WidgetStatus
      • usePrimaryBackgroundColor

        RowAlternateColorOptions.Builder usePrimaryBackgroundColor​(WidgetStatus usePrimaryBackgroundColor)

        The primary background color options for alternate rows.

        Parameters:
        usePrimaryBackgroundColor - The primary background color options for alternate rows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WidgetStatus, WidgetStatus