Interface PaletteNavigation.Builder

  • Method Details

    • background

      PaletteNavigation.Builder background(String background)

      The background color of the navigation area.

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

      PaletteNavigation.Builder textBackgroundHover(String textBackgroundHover)

      The background color when hovering over navigation text.

      Parameters:
      textBackgroundHover - The background color when hovering over navigation text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textBackgroundActive

      PaletteNavigation.Builder textBackgroundActive(String textBackgroundActive)

      The background color for active navigation items.

      Parameters:
      textBackgroundActive - The background color for active navigation items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The text color in the navigation area.

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

      PaletteNavigation.Builder textHover(String textHover)

      The text color when hovering over navigation items.

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

      PaletteNavigation.Builder textActive(String textActive)

      The text color for active navigation items.

      Parameters:
      textActive - The text color for active navigation items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invertActionsColors

      PaletteNavigation.Builder invertActionsColors(Boolean invertActionsColors)

      Whether to invert the colors of action buttons in the navigation area.

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