org.kuali.student.r1.common.assembly.data
Enum UILookupData.Widget
java.lang.Object
java.lang.Enum<UILookupData.Widget>
org.kuali.student.r1.common.assembly.data.UILookupData.Widget
- All Implemented Interfaces:
- Serializable, Comparable<UILookupData.Widget>
- Enclosing class:
- UILookupData
public static enum UILookupData.Widget
- extends Enum<UILookupData.Widget>
NO_WIDGET
public static final UILookupData.Widget NO_WIDGET
SUGGEST_BOX
public static final UILookupData.Widget SUGGEST_BOX
ADVANCED_LIGHTBOX
public static final UILookupData.Widget ADVANCED_LIGHTBOX
DROP_DOWN
public static final UILookupData.Widget DROP_DOWN
BUTTON
public static final UILookupData.Widget BUTTON
CHECKBOX_LIST
public static final UILookupData.Widget CHECKBOX_LIST
RADIO
public static final UILookupData.Widget RADIO
values
public static UILookupData.Widget[] 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.Widget c : UILookupData.Widget.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.Widget 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-2012 The Kuali Foundation. All Rights Reserved.