Enum Class LfColor

java.lang.Object
java.lang.Enum<LfColor>
com.atlassian.jira.plugin.navigation.LfColor
All Implemented Interfaces:
Serializable, Comparable<LfColor>, Constable

public enum LfColor extends Enum<LfColor>
Contains labels and dark theme CSS properties for Look and Feel color variables. Look and Feel colors customized individually in Jira instance are prefixed in CSS with "jira-color" and stored as CSS properties.
Since:
v9.15
  • Enum Constant Details

    • GADGET_COLOR_1

      public static final LfColor GADGET_COLOR_1
    • GADGET_COLOR_2

      public static final LfColor GADGET_COLOR_2
    • GADGET_COLOR_3

      public static final LfColor GADGET_COLOR_3
    • GADGET_COLOR_4

      public static final LfColor GADGET_COLOR_4
    • GADGET_COLOR_5

      public static final LfColor GADGET_COLOR_5
    • GADGET_COLOR_6

      public static final LfColor GADGET_COLOR_6
    • GADGET_COLOR_7

      public static final LfColor GADGET_COLOR_7
    • HERO_BUTTON_BASE_BG_COLOUR

      public static final LfColor HERO_BUTTON_BASE_BG_COLOUR
    • HERO_BUTTON_TEXT_COLOUR

      public static final LfColor HERO_BUTTON_TEXT_COLOUR
    • TEXT_HEADING_COLOUR

      public static final LfColor TEXT_HEADING_COLOUR
    • TOP_BG_COLOUR

      public static final LfColor TOP_BG_COLOUR
    • TOP_HIGHLIGHT_COLOR

      public static final LfColor TOP_HIGHLIGHT_COLOR
    • TOP_SEPARATOR_BG_COLOR

      public static final LfColor TOP_SEPARATOR_BG_COLOR
    • TOP_TEXT_HIGHLIGHT_COLOR

      public static final LfColor TOP_TEXT_HIGHLIGHT_COLOR
    • TOP_TXT_COLOUR

      public static final LfColor TOP_TXT_COLOUR
  • Method Details

    • values

      public static LfColor[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LfColor valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getLabel

      public String getLabel()
    • getDtProperty

      public String getDtProperty()