-
public final class GetPartialAXTreeRequestRequest object containing input parameters for the AccessibilityDomain.getPartialAXTree command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final IntegerbackendNodeIdprivate final StringobjectIdprivate final BooleanfetchRelatives
-
Constructor Summary
Constructors Constructor Description GetPartialAXTreeRequest(Integer nodeId, Integer backendNodeId, String objectId, Boolean fetchRelatives)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Stringcomponent3()final Booleancomponent4()final GetPartialAXTreeRequestcopy(Integer nodeId, Integer backendNodeId, String objectId, Boolean fetchRelatives)final IntegergetNodeId()Identifier of the node to get the partial accessibility tree for. final IntegergetBackendNodeId()Identifier of the backend node to get the partial accessibility tree for. final StringgetObjectId()JavaScript object id of the node wrapper to get the partial accessibility tree for. final BooleangetFetchRelatives()Whether to fetch this nodes ancestors, siblings and children. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
component4
final Boolean component4()
-
copy
final GetPartialAXTreeRequest copy(Integer nodeId, Integer backendNodeId, String objectId, Boolean fetchRelatives)
-
getNodeId
final Integer getNodeId()
Identifier of the node to get the partial accessibility tree for.
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node to get the partial accessibility tree for.
-
getObjectId
final String getObjectId()
JavaScript object id of the node wrapper to get the partial accessibility tree for.
-
getFetchRelatives
final Boolean getFetchRelatives()
Whether to fetch this nodes ancestors, siblings and children. Defaults to true.
-
-
-
-