Interface PaletteHeader.Builder

  • Method Details

    • background

      PaletteHeader.Builder background(String background)

      The background color of the header.

      Parameters:
      background - The background color of the header.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The text color in the header.

      Parameters:
      text - The text color in the header.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textHover

      PaletteHeader.Builder textHover(String textHover)

      The text color when hovering over header elements.

      Parameters:
      textHover - The text color when hovering over header elements.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invertActionsColors

      PaletteHeader.Builder invertActionsColors(Boolean invertActionsColors)

      Whether to invert the colors of action buttons in the header.

      Parameters:
      invertActionsColors - Whether to invert the colors of action buttons in the header.
      Returns:
      Returns a reference to this object so that method calls can be chained together.