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