Uses of Class
com.vaadin.flow.dom.ShadowRoot
-
Packages that use ShadowRoot Package Description com.vaadin.flow.component.template.internal com.vaadin.flow.dom -
-
Uses of ShadowRoot in com.vaadin.flow.component.template.internal
Methods in com.vaadin.flow.component.template.internal that return ShadowRoot Modifier and Type Method Description ShadowRootIdMapper. getOrCreateShadowRoot()Gets the shadow root for the template. -
Uses of ShadowRoot in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return ShadowRoot Modifier and Type Method Description ShadowRootElement. attachShadow()Attaches shadow root node.static ShadowRootShadowRoot. get(StateNode node)Gets the shadow root instance mapped to the given state node.protected ShadowRootShadowRoot. getSelf()Methods in com.vaadin.flow.dom that return types with arguments of type ShadowRoot Modifier and Type Method Description Optional<ShadowRoot>Element. getShadowRoot()Gets the shadow root of the element, if any.Methods in com.vaadin.flow.dom with parameters of type ShadowRoot Modifier and Type Method Description booleanNodeVisitor. visit(ShadowRoot root)Visit the shadowroot.
-