public static enum CommonLookupParam.Widget extends Enum<CommonLookupParam.Widget>
| Enum Constant and Description | 
|---|
CALENDAR  | 
CHECK_BOXES  | 
DROPDOWN_LIST  | 
PICKER  | 
RADIO_BUTTONS  | 
SUGGEST_BOX  | 
TEXT_BOX  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommonLookupParam.Widget | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CommonLookupParam.Widget[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CommonLookupParam.Widget SUGGEST_BOX
public static final CommonLookupParam.Widget DROPDOWN_LIST
public static final CommonLookupParam.Widget RADIO_BUTTONS
public static final CommonLookupParam.Widget CHECK_BOXES
public static final CommonLookupParam.Widget TEXT_BOX
public static final CommonLookupParam.Widget CALENDAR
public static final CommonLookupParam.Widget PICKER
public static CommonLookupParam.Widget[] values()
for (CommonLookupParam.Widget c : CommonLookupParam.Widget.values()) System.out.println(c);
public static CommonLookupParam.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 © 2005–2016 The Kuali Foundation. All rights reserved.