public static enum UILookupData.Widget extends Enum<UILookupData.Widget>
Enum Constant and Description |
---|
ADVANCED_LIGHTBOX |
BUTTON |
CHECKBOX_LIST |
DROP_DOWN |
NO_WIDGET |
RADIO |
SUGGEST_BOX |
Modifier and Type | Method and Description |
---|---|
static UILookupData.Widget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UILookupData.Widget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UILookupData.Widget NO_WIDGET
public static final UILookupData.Widget SUGGEST_BOX
public static final UILookupData.Widget ADVANCED_LIGHTBOX
public static final UILookupData.Widget DROP_DOWN
public static final UILookupData.Widget BUTTON
public static final UILookupData.Widget CHECKBOX_LIST
public static final UILookupData.Widget RADIO
public static UILookupData.Widget[] values()
for (UILookupData.Widget c : UILookupData.Widget.values()) System.out.println(c);
public static UILookupData.Widget 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-2014 The Kuali Foundation. All Rights Reserved.