org.kuali.student.r1.common.assembly.data
Enum UILookupData.WidgetOption
java.lang.Object
java.lang.Enum<UILookupData.WidgetOption>
org.kuali.student.r1.common.assembly.data.UILookupData.WidgetOption
- All Implemented Interfaces:
- Serializable, Comparable<UILookupData.WidgetOption>
- Enclosing class:
- UILookupData
public static enum UILookupData.WidgetOption
- extends Enum<UILookupData.WidgetOption>
ADVANCED_LIGHTBOX_PREVIEW_MODE
public static final UILookupData.WidgetOption ADVANCED_LIGHTBOX_PREVIEW_MODE
ADVANCED_LIGHTBOX_ACTION_LABEL
public static final UILookupData.WidgetOption ADVANCED_LIGHTBOX_ACTION_LABEL
values
public static UILookupData.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 (UILookupData.WidgetOption c : UILookupData.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 UILookupData.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-2013 The Kuali Foundation. All Rights Reserved.