public static enum SignApi.Dialog.ComponentType extends Enum<SignApi.Dialog.ComponentType>
| Enum Constant and Description |
|---|
Button
A button component.
|
CheckBox
A check box component.
|
None
An arbitrary component.
|
| Modifier and Type | Method and Description |
|---|---|
static SignApi.Dialog.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Dialog.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignApi.Dialog.ComponentType None
public static final SignApi.Dialog.ComponentType Button
public static final SignApi.Dialog.ComponentType CheckBox
public static SignApi.Dialog.ComponentType[] values()
for (SignApi.Dialog.ComponentType c : SignApi.Dialog.ComponentType.values()) System.out.println(c);
public static SignApi.Dialog.ComponentType 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 © 2025. All rights reserved.