public static enum LookAndFeelPage.LnfColourType extends Enum<LookAndFeelPage.LnfColourType>
| Enum Constant and Description |
|---|
HEADER_BACKGROUND_COLOUR |
HEADER_NAVIGATION_HIGHLIGHT_BACKGROUND_COLOUR |
HEADER_NAVIGATION_HIGHLIGHT_TEXT_COLOUR |
HEADER_TEXT_COLOUR |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyKey() |
static LookAndFeelPage.LnfColourType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookAndFeelPage.LnfColourType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookAndFeelPage.LnfColourType HEADER_TEXT_COLOUR
public static final LookAndFeelPage.LnfColourType HEADER_BACKGROUND_COLOUR
public static final LookAndFeelPage.LnfColourType HEADER_NAVIGATION_HIGHLIGHT_TEXT_COLOUR
public static final LookAndFeelPage.LnfColourType HEADER_NAVIGATION_HIGHLIGHT_BACKGROUND_COLOUR
public static LookAndFeelPage.LnfColourType[] values()
for (LookAndFeelPage.LnfColourType c : LookAndFeelPage.LnfColourType.values()) System.out.println(c);
public static LookAndFeelPage.LnfColourType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyKey()
Copyright © 2002-2021 Atlassian. All Rights Reserved.