public static enum Constants.WindowSoftInputMode extends java.lang.Enum<Constants.WindowSoftInputMode>
| 枚举常量和说明 |
|---|
adjustNothing |
adjustPan |
adjustResize |
adjustUnspecified |
stateAlwaysHidden |
stateAlwaysVisible |
stateHidden |
stateUnchanged |
stateUnspecified |
stateVisible |
| 限定符和类型 | 方法和说明 |
|---|---|
static Constants.WindowSoftInputMode |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Constants.WindowSoftInputMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static java.util.List<Constants.WindowSoftInputMode> |
valuesOf(int value) |
public static final Constants.WindowSoftInputMode adjustNothing
public static final Constants.WindowSoftInputMode adjustPan
public static final Constants.WindowSoftInputMode adjustResize
public static final Constants.WindowSoftInputMode adjustUnspecified
public static final Constants.WindowSoftInputMode stateAlwaysHidden
public static final Constants.WindowSoftInputMode stateAlwaysVisible
public static final Constants.WindowSoftInputMode stateHidden
public static final Constants.WindowSoftInputMode stateUnchanged
public static final Constants.WindowSoftInputMode stateUnspecified
public static final Constants.WindowSoftInputMode stateVisible
public static Constants.WindowSoftInputMode[] values()
for (Constants.WindowSoftInputMode c : Constants.WindowSoftInputMode.values()) System.out.println(c);
public static Constants.WindowSoftInputMode valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static java.util.List<Constants.WindowSoftInputMode> valuesOf(int value)