Package org.mozilla.geckoview
Class Autofill.InputType
Object
org.mozilla.geckoview.Autofill.InputType
- Enclosing class:
- Autofill
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Indicates that a node is not a known input type.static final int
Indicates that a node is a number input type.static final int
Indicates that a node is a phone input type.static final int
Indicates that a node is a text input type. -
Method Summary
-
Field Details
-
NONE
public static final int NONEIndicates that a node is not a known input type.- See Also:
-
TEXT
public static final int TEXTIndicates that a node is a text input type. Example:<input type="text">
- See Also:
-
NUMBER
public static final int NUMBERIndicates that a node is a number input type. Example:<input type="number">
- See Also:
-
PHONE
public static final int PHONEIndicates that a node is a phone input type. Example:<input type="tel">
- See Also:
-
-
Method Details
-
toString
-