public static enum LookupMetadata.WidgetOption extends Enum<LookupMetadata.WidgetOption>
Enum Constant and Description |
---|
ADVANCED_LIGHTBOX_ACTION_LABEL |
ADVANCED_LIGHTBOX_PREVIEW_MODE |
Modifier and Type | Method and Description |
---|---|
static LookupMetadata.WidgetOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupMetadata.WidgetOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupMetadata.WidgetOption ADVANCED_LIGHTBOX_PREVIEW_MODE
public static final LookupMetadata.WidgetOption ADVANCED_LIGHTBOX_ACTION_LABEL
public static LookupMetadata.WidgetOption[] values()
for (LookupMetadata.WidgetOption c : LookupMetadata.WidgetOption.values()) System.out.println(c);
public static LookupMetadata.WidgetOption 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 nullCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.