public static enum InputPanel.InputStyle extends java.lang.Enum<InputPanel.InputStyle>
| Enum Constant and Description |
|---|
STYLE_CONTAINER
仅有输入框
|
STYLE_CONTAINER_EXTENSION
输入框-扩展
|
STYLE_SWITCH_CONTAINER
录音切换-输入框
|
STYLE_SWITCH_CONTAINER_EXTENSION
录音切换-输入框-扩展
|
| Modifier and Type | Method and Description |
|---|---|
static InputPanel.InputStyle |
getStyle(int v) |
static InputPanel.InputStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputPanel.InputStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputPanel.InputStyle STYLE_SWITCH_CONTAINER_EXTENSION
public static final InputPanel.InputStyle STYLE_SWITCH_CONTAINER
public static final InputPanel.InputStyle STYLE_CONTAINER_EXTENSION
public static final InputPanel.InputStyle STYLE_CONTAINER
public static InputPanel.InputStyle[] values()
for (InputPanel.InputStyle c : InputPanel.InputStyle.values()) System.out.println(c);
public static InputPanel.InputStyle 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 nullpublic static InputPanel.InputStyle getStyle(int v)