public static enum UifConstants.ControlType extends Enum<UifConstants.ControlType>
| Enum Constant and Description |
|---|
CHECKBOX |
CHECKBOXGROUP |
FILE |
GROUP |
HIDDEN |
RADIOGROUP |
SELECT |
TEXT |
TEXTAREA |
USER |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.ControlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.ControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.ControlType CHECKBOX
public static final UifConstants.ControlType CHECKBOXGROUP
public static final UifConstants.ControlType FILE
public static final UifConstants.ControlType GROUP
public static final UifConstants.ControlType HIDDEN
public static final UifConstants.ControlType RADIOGROUP
public static final UifConstants.ControlType SELECT
public static final UifConstants.ControlType TEXTAREA
public static final UifConstants.ControlType TEXT
public static final UifConstants.ControlType USER
public static UifConstants.ControlType[] values()
for (UifConstants.ControlType c : UifConstants.ControlType.values()) System.out.println(c);
public static UifConstants.ControlType 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.