public enum LfColor extends Enum<LfColor>
| Modifier and Type | Method and Description |
|---|---|
String |
getDtProperty() |
String |
getLabel() |
static LfColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LfColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LfColor GADGET_COLOR_1
public static final LfColor GADGET_COLOR_2
public static final LfColor GADGET_COLOR_3
public static final LfColor GADGET_COLOR_4
public static final LfColor GADGET_COLOR_5
public static final LfColor GADGET_COLOR_6
public static final LfColor GADGET_COLOR_7
public static final LfColor HERO_BUTTON_BASE_BG_COLOUR
public static final LfColor HERO_BUTTON_TEXT_COLOUR
public static final LfColor MENU_BG_COLOUR
public static final LfColor MENU_SEPARATOR_COLOUR
public static final LfColor MENU_TXT_COLOUR
public static final LfColor TEXT_ACTIVE_LINK_COLOUR
public static final LfColor TEXT_HEADING_COLOUR
public static final LfColor TEXT_LINK_COLOUR
public static final LfColor TOP_BG_COLOUR
public static final LfColor TOP_HIGHLIGHT_COLOR
public static final LfColor TOP_SEPARATOR_BG_COLOR
public static final LfColor TOP_TEXT_HIGHLIGHT_COLOR
public static final LfColor TOP_TXT_COLOUR
public static LfColor[] values()
for (LfColor c : LfColor.values()) System.out.println(c);
public static LfColor 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 getLabel()
public String getDtProperty()
Copyright © 2002-2024 Atlassian. All Rights Reserved.