public static enum SecureInputBuilderV2.UiControlState extends java.lang.Enum<SecureInputBuilderV2.UiControlState>
| Enum Constant and Description | 
|---|
DISABLED
Disabled state of the secure keypad UI control. 
 | 
NORMAL
Normal state of the secure keypad UI control. 
 | 
SELECTED
Selected state of the secure keypad UI control. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SecureInputBuilderV2.UiControlState | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SecureInputBuilderV2.UiControlState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SecureInputBuilderV2.UiControlState NORMAL
public static final SecureInputBuilderV2.UiControlState SELECTED
public static final SecureInputBuilderV2.UiControlState DISABLED
public static SecureInputBuilderV2.UiControlState[] values()
for (SecureInputBuilderV2.UiControlState c : SecureInputBuilderV2.UiControlState.values()) System.out.println(c);
public static SecureInputBuilderV2.UiControlState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null