public static enum InputControlComponent.DisabledMode extends Enum<InputControlComponent.DisabledMode>
Enum Constant and Description |
---|
CONTROL |
CONTROLHIDDEN |
DEFAULT |
TEXT |
TEXTHIDDEN |
Modifier and Type | Method and Description |
---|---|
static InputControlComponent.DisabledMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputControlComponent.DisabledMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputControlComponent.DisabledMode DEFAULT
public static final InputControlComponent.DisabledMode TEXT
public static final InputControlComponent.DisabledMode TEXTHIDDEN
public static final InputControlComponent.DisabledMode CONTROL
public static final InputControlComponent.DisabledMode CONTROLHIDDEN
public static InputControlComponent.DisabledMode[] values()
for (InputControlComponent.DisabledMode c : InputControlComponent.DisabledMode.values()) System.out.println(c);
public static InputControlComponent.DisabledMode 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 © 2008–2017 Apache Software Foundation. All rights reserved.