Uses of Class
com.vaadin.flow.dom.ShadowRoot
Packages that use ShadowRoot
-
Uses of ShadowRoot in com.vaadin.flow.component.template.internal
Methods in com.vaadin.flow.component.template.internal that return ShadowRootModifier and TypeMethodDescriptionIdMapper.getOrCreateShadowRoot()
Gets the shadow root for the template. -
Uses of ShadowRoot in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return ShadowRootModifier and TypeMethodDescriptionElement.attachShadow()
Attaches shadow root node.static ShadowRoot
Gets the shadow root instance mapped to the given state node.protected ShadowRoot
ShadowRoot.getSelf()
Methods in com.vaadin.flow.dom that return types with arguments of type ShadowRootModifier and TypeMethodDescriptionElement.getShadowRoot()
Gets the shadow root of the element, if any.Methods in com.vaadin.flow.dom with parameters of type ShadowRootModifier and TypeMethodDescriptionboolean
NodeVisitor.visit
(ShadowRoot root) Visit the shadowroot
.