Package | Description |
---|---|
com.vaadin.flow.component.polymertemplate | |
com.vaadin.flow.dom |
Modifier and Type | Method and Description |
---|---|
ShadowRoot |
IdMapper.getOrCreateShadowRoot()
Gets the shadow root for the template.
|
Modifier and Type | Method and Description |
---|---|
ShadowRoot |
Element.attachShadow()
Attaches shadow root node.
|
static ShadowRoot |
ShadowRoot.get(StateNode node)
Gets the shadow root instance mapped to the given state node.
|
protected ShadowRoot |
ShadowRoot.getSelf() |
Modifier and Type | Method and Description |
---|---|
Optional<ShadowRoot> |
Element.getShadowRoot()
Gets the shadow root of the element, if any.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NodeVisitor.visit(ShadowRoot root)
Visit the shadow
root . |
Copyright © 2020. All rights reserved.