-
public final class HighlightNodeRequestRequest object containing input parameters for the OverlayDomain.highlightNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final HighlightConfighighlightConfigprivate final IntegernodeIdprivate final IntegerbackendNodeIdprivate final StringobjectIdprivate final Stringselector
-
Constructor Summary
Constructors Constructor Description HighlightNodeRequest(HighlightConfig highlightConfig, Integer nodeId, Integer backendNodeId, String objectId, String selector)
-
Method Summary
Modifier and Type Method Description final HighlightConfigcomponent1()final Integercomponent2()final Integercomponent3()final Stringcomponent4()final Stringcomponent5()final HighlightNodeRequestcopy(HighlightConfig highlightConfig, Integer nodeId, Integer backendNodeId, String objectId, String selector)final HighlightConfiggetHighlightConfig()A descriptor for the highlight appearance. final IntegergetNodeId()Identifier of the node to highlight. final IntegergetBackendNodeId()Identifier of the backend node to highlight. final StringgetObjectId()JavaScript object id of the node to be highlighted. final StringgetSelector()Selectors to highlight relevant nodes. -
-
Constructor Detail
-
HighlightNodeRequest
HighlightNodeRequest(HighlightConfig highlightConfig, Integer nodeId, Integer backendNodeId, String objectId, String selector)
-
-
Method Detail
-
component1
final HighlightConfig component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final String component4()
-
component5
final String component5()
-
copy
final HighlightNodeRequest copy(HighlightConfig highlightConfig, Integer nodeId, Integer backendNodeId, String objectId, String selector)
-
getHighlightConfig
final HighlightConfig getHighlightConfig()
A descriptor for the highlight appearance.
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node to highlight.
-
getObjectId
final String getObjectId()
JavaScript object id of the node to be highlighted.
-
getSelector
final String getSelector()
Selectors to highlight relevant nodes.
-
-
-
-