public enum HackyRendererType extends Enum<HackyRendererType>
HackyFieldRendererRegistry
. A renderer type is simply a key and i18n key
that can be used to display an i18nized name in the UI.Enum Constant and Description |
---|
FROTHER_CONTROL |
SELECT_LIST |
Modifier and Type | Method and Description |
---|---|
static HackyRendererType |
fromKey(String key)
Resolves the RendererType object from the string key provided.
|
String |
getDisplayNameI18nKey() |
String |
getKey() |
static HackyRendererType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HackyRendererType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HackyRendererType SELECT_LIST
public static final HackyRendererType FROTHER_CONTROL
public static HackyRendererType[] values()
for (HackyRendererType c : HackyRendererType.values()) System.out.println(c);
public static HackyRendererType 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 getDisplayNameI18nKey()
public String getKey()
FieldLayoutItem
public static HackyRendererType fromKey(String key)
key
- The keyCopyright © 2002-2015 Atlassian. All Rights Reserved.