org.kuali.student.common.assembly.data
Enum LookupMetadata.WidgetOption
java.lang.Object
java.lang.Enum<LookupMetadata.WidgetOption>
org.kuali.student.common.assembly.data.LookupMetadata.WidgetOption
- All Implemented Interfaces:
- Serializable, Comparable<LookupMetadata.WidgetOption>
- Enclosing class:
- LookupMetadata
public static enum LookupMetadata.WidgetOption
- extends Enum<LookupMetadata.WidgetOption>
ADVANCED_LIGHTBOX_PREVIEW_MODE
public static final LookupMetadata.WidgetOption ADVANCED_LIGHTBOX_PREVIEW_MODE
ADVANCED_LIGHTBOX_ACTION_LABEL
public static final LookupMetadata.WidgetOption ADVANCED_LIGHTBOX_ACTION_LABEL
values
public static LookupMetadata.WidgetOption[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LookupMetadata.WidgetOption c : LookupMetadata.WidgetOption.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LookupMetadata.WidgetOption valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.