Modifier and Type | Field and Description |
---|---|
static int |
NONE
Indicates that a node is not a known input type.
|
static int |
NUMBER
Indicates that a node is a number input type.
|
static int |
PHONE
Indicates that a node is a phone input type.
|
static int |
TEXT
Indicates that a node is a text input type.
|
public static final int NONE
public static final int TEXT
<input type="text">
public static final int NUMBER
<input type="number">
public static final int PHONE
<input type="tel">
@AnyThread @Nullable public static String toString(int type)