Modifier and Type | Method and Description |
---|---|
void |
fillViewStructure(View view,
ViewStructure structure,
int flags) |
String |
getAttribute(String key) |
Map<String,String> |
getAttributes()
Get HTML attributes for this node.
|
Collection<Autofill.Node> |
getChildren()
Get the child nodes for this node.
|
Rect |
getDimensions()
Get the dimensions of this node in CSS coordinates.
|
String |
getDomain()
Get web domain of this node.
|
boolean |
getEnabled()
Get whether or not this node is enabled.
|
boolean |
getFocusable()
Get whether or not this node is focusable.
|
boolean |
getFocused()
Get whether or not this node is focused.
|
int |
getHint()
Get the hint for the type of data contained in this node.
|
int |
getId()
Get the unique (within this page) ID for this node.
|
int |
getInputType()
Get the input type of this node.
|
String |
getTag()
Get the HTML tag of this node.
|
String |
getValue()
Get the value assigned to this node.
|
boolean |
getVisible()
Get whether this node is visible.
|
String |
toString() |
@AnyThread public int getId()
@AnyThread public boolean getVisible()
@AnyThread @NonNull public Rect getDimensions()
getVisible()
for details.@AnyThread @NonNull public Collection<Autofill.Node> getChildren()
@AnyThread @NonNull public Map<String,String> getAttributes()
@AnyThread public boolean getEnabled()
@AnyThread public boolean getFocusable()
@AnyThread public boolean getFocused()
@AnyThread public int getHint()
Autofill.Hint
.@AnyThread public int getInputType()
Autofill.InputType
.@AnyThread @NonNull public String getTag()
@AnyThread @NonNull public String getDomain()
@AnyThread @NonNull public String getValue()
@UiThread public void fillViewStructure(@NonNull View view, @NonNull ViewStructure structure, int flags)