ShadowElement 类
- 继承
-
- Object
- EventTarget
- Node
- Element
- HtmlElement
- ShadowElement
- 注解
-
- @SupportedBrowser(SupportedBrowser.CHROME, '26')
- @Native("HTMLShadowElement")
构造函数
- ShadowElement()
-
工厂方法
- ShadowElement.created()
- 由 DOM 实例化的构造函数,当自定义元素被创建时。
属性
- accessibleNode → AccessibleNode?
-
无设置器继承
- assignedSlot → SlotElement?
-
无设置器继承
-
attributes ↔ Map<
String, String> - 此元素上所有的属性。getter/setterPair继承
- baseUri → String?
-
无设置器继承
- borderEdge → CssRect
- 访问此元素的内容 + 内边距 + 边框框的尺寸和位置。无设置器继承
-
childNodes → List<
Node> - 此节点子节点的列表。无设置器继承
-
children ↔ List<
Element> - 此元素直接子元素的列表。getter/setterPair继承
- classes ↔ CssClassSet
- 应用于此元素的所有 CSS 类的集合。getter/setterPair继承
- className ↔ String
-
getter/setterPair继承
-
client → Rectangle<
num> - 获取此元素相对于页面客户端区域的位置。无设置器继承
- clientHeight → int
-
无设置器继承
- clientLeft → int?
-
无设置器继承
- clientTop → int?
-
无设置器继承
- clientWidth → int
-
无设置器继承
- computedName → String?
-
无设置器继承
- computedRole → String?
-
无设置器继承
- contentEdge → CssRect
- 访问此元素的内容位置。无设置器继承
- contentEditable ↔ String
-
getter/setterPair继承
-
dataset ↔ Map<
String, String> - 允许访问此元素上设置的 所有自定义数据属性 (data-*)。getter/setterPair继承
- dir ↔ String?
-
getter/setterPair继承
-
documentOffset → Point<
num> - 提供元素相对于文档顶部的坐标。无设置器继承
- draggable ↔ bool
- 指示元素是否可拖拽和放置。getter/setterPair继承
- firstChild → Node?
- 此节点的第一个子节点。无设置器继承
- hashCode → int
- 该对象的哈希值。无设置器继承
- 指示元素是否与页面的当前状态不相关。getter/setterPair继承
- id ↔ String
-
getter/setterPair继承
- inert ↔ bool?
-
getter/setterPair继承
- innerHtml ↔ String?
- 解析HTML片段并将其设置为该元素的内容。getter/setterPair继承
- innerText ↔ String
-
getter/setterPair继承
- inputMode ↔ String?
-
getter/setterPair继承
- isConnected → bool?
-
无设置器继承
- isContentEditable → bool?
-
无设置器继承
- lang ↔ String?
-
getter/setterPair继承
- lastChild → Node?
- 此节点的最后一个子节点。无设置器继承
- localName → String
-
无设置器继承
- marginEdge → CssRect
- 获取此元素内容+填充+边框+边距框的尺寸和位置。无设置器继承
- namespaceUri → String?
- 一个URI,用于标识此元素的XML命名空间。无设置器继承
- nextElementSibling → Element?
-
无设置器继承
- nextNode → Node?
- 下一个同级节点。无设置器继承
- nodeName → String?
- 此节点的名称。无设置器继承
-
nodes ↔ List<
Node> - 此节点的子节点的可变列表。getter/setterPair继承
- nodeType → int
- 节点类型。无设置器继承
- nodeValue → String?
- 此节点的值。无设置器继承
- nonce ↔ String?
-
getter/setterPair继承
-
offset → Rectangle<
num> - 获取此元素相对于其偏移父元素的偏移量。无设置器继承
- offsetHeight → int
-
无设置器继承
- offsetLeft → int
-
无设置器继承
- offsetParent → Element?
-
无设置器继承
- offsetTop → int
-
无设置器继承
- offsetWidth → int
-
无设置器继承
- on → ElementEvents
- 这是一个用于事件流的便捷访问器,仅在有显式访问器不可用时应使用。无设置器继承
-
onAbort → ElementStream<
Event> - 由该 Element 处理的
abort
事件流。无设置器继承 -
onBeforeCopy → ElementStream<
Event> - 由该 Element 处理的
beforecopy
事件流。无设置器继承 -
onBeforeCut → ElementStream<
Event> - 由该 Element 处理的
beforecut
事件流。无设置器继承 -
onBeforePaste → ElementStream<
Event> - 由该 Element 处理的
beforepaste
事件流。无设置器继承 -
onBlur → ElementStream<
Event> - 由该 Element 处理的
blur
事件流。无设置器继承 -
onCanPlay → ElementStream<
Event> -
无设置器继承
-
onCanPlayThrough → ElementStream<
Event> -
无设置器继承
-
onChange → ElementStream<
Event> - 由该 Element 处理的
change
事件流。无设置器继承 -
onClick → ElementStream<
MouseEvent> - 由该 Element 处理的
click
事件流。无设置器继承 -
onContextMenu → ElementStream<
MouseEvent> - 由该 Element 处理的
contextmenu
事件流。无设置器继承 -
onCopy → ElementStream<
ClipboardEvent> - 由该 Element 处理的
copy
事件流。无设置器继承 -
onCut → ElementStream<
ClipboardEvent> - 此
Element
处理的cut
事件的流。无设置器继承 -
onDoubleClick → ElementStream<
Event> - 此
Element
处理的doubleclick
事件的流。无设置器继承 -
onDrag → ElementStream<
MouseEvent> - 当此元素当前正在拖拽时,触发的
drag
事件的流。无设置器继承 -
onDragEnd → ElementStream<
MouseEvent> - 当此元素完成拖拽操作时,触发的
dragend
事件的流。无设置器继承 -
onDragEnter → ElementStream<
MouseEvent> - 当拖拽的对象首次被拖到该元素上时,触发的
dragenter
事件的流。无设置器继承 -
onDragLeave → ElementStream<
MouseEvent> - 当拖拽的对象离开此元素的目标区域时,触发的
dragleave
事件的流。无设置器继承 -
onDragOver → ElementStream<
MouseEvent> - 当拖拽的对象目前被拖拽过此元素时,触发的
dragover
事件的流。无设置器继承 -
onDragStart → ElementStream<
MouseEvent> - 当此元素开始被拖拽时,触发的
dragstart
事件的流。无设置器继承 -
onDrop → ElementStream<
MouseEvent> - 当拖拽的对象被丢弃在此元素上时,触发的
drop
事件的流。无设置器继承 -
onDurationChange → ElementStream<
Event> -
无设置器继承
-
onEmptied → ElementStream<
Event> -
无设置器继承
-
onEnded → ElementStream<
Event> -
无设置器继承
-
onError → ElementStream<
Event> - 此
Element
处理的error
事件的流。无设置器继承 -
onFocus → ElementStream<
Event> - 此
Element
处理的focus
事件的流。无设置器继承 -
onFullscreenChange → ElementStream<
Event> - 由该Element处理的
fullscreenchange
事件的流。无设置器继承 -
onFullscreenError → ElementStream<
Event> - 由该Element处理的
fullscreenerror
事件的流。无设置器继承 -
onInput → ElementStream<
Event> - 由该Element处理的
input
事件的流。无设置器继承 -
onInvalid → ElementStream<
Event> - 由该Element处理的
invalid
事件的流。无设置器继承 -
onKeyDown → ElementStream<
KeyboardEvent> - 由该Element处理的
keydown
事件的流。无设置器继承 -
onKeyPress → ElementStream<
KeyboardEvent> - 由该Element处理的
keypress
事件的流。无设置器继承 -
onKeyUp → ElementStream<
KeyboardEvent> - 由该Element处理的
keyup
事件的流。无设置器继承 -
onLoad → ElementStream<
Event> - 由该Element处理的
load
事件的流。无设置器继承 -
onLoadedData → ElementStream<
Event> -
无设置器继承
-
onLoadedMetadata → ElementStream<
Event> -
无设置器继承
-
onMouseDown → ElementStream<
MouseEvent> - 由该Element处理的
mousedown
事件的流。无设置器继承 -
onMouseEnter → ElementStream<
MouseEvent> - 由该Element处理的
mouseenter
事件的流。无设置器继承 -
onMouseLeave → ElementStream<
MouseEvent> - 由该Element处理的
mouseleave
事件的流。无设置器继承 -
onMouseMove → ElementStream<
MouseEvent> - 由该Element处理的
mousemove
事件的流。无设置器继承 -
onMouseOut → ElementStream<
MouseEvent> - 由该Element处理的
mouseout
事件流。无设置器继承 -
onMouseOver → ElementStream<
MouseEvent> - 由该Element处理的
mouseover
事件流。无设置器继承 -
onMouseUp → ElementStream<
MouseEvent> - 由该Element处理的
mouseup
事件流。无设置器继承 -
onMouseWheel → ElementStream<
WheelEvent> - 由该Element处理的
mousewheel
事件流。无设置器继承 -
onPaste → ElementStream<
ClipboardEvent> - 由该Element处理的
paste
事件流。无设置器继承 -
onPause → ElementStream<
Event> -
无设置器继承
-
onPlay → ElementStream<
Event> -
无设置器继承
-
onPlaying → ElementStream<
Event> -
无设置器继承
-
onRateChange → ElementStream<
Event> -
无设置器继承
-
onReset → ElementStream<
Event> - 由该Element处理的
reset
事件流。无设置器继承 -
onResize → ElementStream<
Event> -
无设置器继承
-
onScroll → ElementStream<
Event> - 由该Element处理的
scroll
事件流。无设置器继承 -
onSearch → ElementStream<
Event> - 由该Element处理的
search
事件流。无设置器继承 -
onSeeked → ElementStream<
Event> -
无设置器继承
-
onSeeking → ElementStream<
Event> -
无设置器继承
-
onSelect → ElementStream<
Event> - 由该元素处理的
-
onSelectStart → ElementStream<
Event> - 由该元素处理的
事件流。 无设置器继承 -
onStalled → ElementStream<
Event> -
无设置器继承
-
onSubmit → ElementStream<
Event> - 由该元素处理的
事件流。 无设置器继承 -
onSuspend → ElementStream<
Event> -
无设置器继承
-
onTimeUpdate → ElementStream<
Event> -
无设置器继承
-
onTouchCancel → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTouchEnd → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTouchEnter → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTouchLeave → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTouchMove → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTouchStart → ElementStream<
TouchEvent> - 由该元素处理的
事件流。 无设置器继承 -
onTransitionEnd → ElementStream<
TransitionEvent> - 由该元素处理的
事件流。 无设置器继承 -
onVolumeChange → ElementStream<
Event> -
无设置器继承
-
onWaiting → ElementStream<
Event> -
无设置器继承
-
onWheel → ElementStream<
WheelEvent> -
无设置器继承
- outerHtml → String?
-
无设置器继承
- ownerDocument → Document?
- 此节点所属的文档。无设置器继承
- paddingEdge → CssRect
- 访问此元素的宽度和位置,包括内容+填充框。无设置器继承
- parent → Element?
- 此节点的父元素。无设置器继承
- parentNode → Node?
- 此节点的父节点。无设置器继承
- previousElementSibling → Element?
-
无设置器继承
- previousNode → Node?
- 上一个同级节点。无设置器继承
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承
- scrollHeight → int
-
无设置器继承
- scrollLeft ↔ int
-
getter/setterPair继承
- scrollTop ↔ int
-
getter/setterPair继承
- scrollWidth → int
-
无设置器继承
- shadowRoot → ShadowRoot?
- 此影子宿主的影子根。无设置器继承
- slot ↔ String?
-
getter/setterPair继承
- spellcheck ↔ bool?
-
getter/setterPair继承
- style → CssStyleDeclaration
-
无设置器继承
- styleMap → StylePropertyMap?
-
无设置器继承
- tabIndex ↔ int?
-
getter/setterPair继承
- tagName → String
-
无设置器继承
- text ↔ String?
- 此节点及其后代中的所有文本。getter/setterPair继承
- title ↔ String?
-
getter/setterPair继承
- translate ↔ bool?
- 指定此元素的文本内容在本地化页面时是否更改。getter/setterPair继承
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
after(
Object nodes) → void -
继承的
-
animate(
Iterable< Map< frames, [dynamic timing]) → AnimationString, dynamic> > - 创建一个新的 AnimationEffect 对象,其目标元素是该方法的调用对象,并调用文档时间轴节点文档的 AnimationTimeline 对象的 play() 方法,将新创建的 AnimationEffect 作为方法参数传入。返回该效果对应的 Animation。继承的
-
append(
Node node) → Node - 将节点添加到此节点子节点 nodes 列表的末尾。继承的
-
appendHtml(
String text, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 将指定文本解析为 HTML,并将结果节点添加到此元素的最后一个子节点之后。继承的
-
appendText(
String text) → void - 将指定文本添加到此元素的最后一个子节点之后。继承的
-
attached(
) → void - 当此元素被插入到活动文档中时,由 DOM 调用。继承的
-
attachShadow(
Map shadowRootInitDict) → ShadowRoot -
继承的
-
attributeChanged(
String name, String oldValue, String newValue) → void - 当此对象上的属性被更改时,由 DOM 调用。继承的
-
before(
Object nodes) → void -
继承的
-
blur(
) → void -
继承的
-
click(
) → void -
继承的
-
clone(
bool? deep) → Node - 返回此节点的副本。继承的
-
closest(
String selectors) → Element? -
继承的
-
contains(
Node? other) → bool - 如果此节点包含指定的节点,则返回 true。继承的
-
createFragment(
String? html, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → DocumentFragment - 从 HTML 片段创建 DocumentFragment 并确保它遵循验证器或 treeSanitizer 指定的清理规则。继承的
-
createShadowRoot(
) → ShadowRoot - 为此阴影宿主创建一个新的阴影根。继承的
-
detached(
) → void - 由 DOM 调用,当此元素从活动文档中移除时。继承的
-
dispatchEvent(
Event event) → bool -
继承的
-
enteredView(
) → void - 已弃用:请代替使用 attached。继承的
-
focus(
) → void -
继承的
-
getAnimations(
) → List< Animation> -
继承的
-
getParameter(
String name) → String? -
继承的
-
getParameterNames(
) → List< String> -
继承的
-
getParameterNS(
String? namespaceURI, String name) → String? -
继承的
-
getConnectionRect.html">(
) → Rectangle< num> - 返回包含此元素的内边距、滚动条和边框的最小外接矩形。继承的
-
getClientRects(
) → List< Rectangle< num> > -
继承的
-
getComputedStyle(
[String? pseudoElement]) → CssStyleDeclaration - 应用于该元素的 所有 CSS 值 的集合,包括继承和默认值。继承的
-
getDestinationInsertionPoints(
) → List< Node> - 返回一个列表,该列表包含要分配此元素的阴影 DOM 插入点。继承的
-
getDistributedNodes(
) → List< Node> -
getElementsByClassName(
String classNames) → List< Node> - 返回一个列表,其中包括该元素内部具有给定类名的节点。继承的
-
getNamespacedAttributes(
String namespace) → Map< String, String> - 获取一个用于操作特定命名空间属性的映射。继承的
-
getRootNode(
[Map? options]) → Node -
继承的
-
hasAttribute(
String name) → bool -
继承的
-
hasAttributeNS(
String? namespaceURI, String name) → bool -
继承的
-
hasChildNodes(
) → bool - 如果此节点有任何子节点,则返回 true。继承的
-
hasPointerCapture(
int pointerId) → bool -
继承的
-
insertAdjacentElement(
String where, Element element) → Element - 在指定的位置将
element
插入到 DOM 中。继承的 -
insertAdjacentHtml(
String where, String html, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 将文本解析成HTML片段并将其插入到指定的DOM位置。继承的
-
insertAdjacentText(
String where, String text) → void - 将文本插入到指定的DOM位置。继承的
-
insertAllBefore(
Iterable< Node> newNodes, Node child) → void - 将所有节点直接插入到当前节点在child节点之前的位置。继承的
-
insertBefore(
Node node, Node? child) → Node - 将指定节点插入到当前节点在child节点之前的位置。如果child为null,则将给定节点插入到当前节点子节点的末尾。继承的
-
leftView(
) → void - 弃用:改用detached方法。继承的
-
matches(
String selectors) → bool - 检查此元素是否匹配CSS选择器。继承的
-
matchesWithAncestors(
String selectors) → bool - 检查此元素或其任何父元素是否匹配CSS选择器。继承的
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承的
-
offsetTo(
Element parent) → Point< num> - 提供此元素相对于指定
parent
的borderEdge的位置偏移。继承的 -
querySelector(
String selectors) → Element? - 查找此元素的第一个匹配指定选择器的后代元素。继承的
-
querySelectorAll<
T extends Element> (String selectors) → ElementList< T> - 查找所有匹配指定选择器的后代元素。继承的
-
releasePointerCapture(
int pointerId) → void -
继承的
-
remove(
) → void - 从DOM中删除此节点。继承的
-
removeAttribute(
String name) → void -
继承的
-
removeAttributeNS(
String? namespaceURI, String name) → void -
继承的
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
replaceWith(
Node otherNode) → Node - 用另一个节点替换此节点。继承的
-
requestFullscreen(
[Map? options]) → Future< void> - 全屏显示此元素。继承的
-
requestPointerLock(
) → void -
继承的
-
scroll(
[dynamic options_OR_x, num? y]) → void -
继承的
-
scrollBy(
dynamic options_OR_x, num? y]) → void -
继承的
-
scrollIntoView(
ScrollAlignment? alignment]) → void - 将此元素滚动到视图中。继承的
-
scrollIntoViewIfNeeded(
bool? centerIfNeeded]) → void - 是
scrollIntoView
的非标准版本,如果当前元素不在浏览器窗口的可见区域内,则会将其滚动到浏览器窗口的可见区域。如果元素已经在浏览器窗口的可见区域内,则不会发生滚动。继承的 -
scrollTo(
dynamic options_OR_x, num? y]) → void -
继承的
-
setApplyScroll(
String nativeScrollBehavior) → Future< ScrollState> -
继承的
-
setAttribute(
String name, Object value) → void -
继承的
-
setAttributeNS(
String? namespaceURI, String name, Object value) → void -
继承的
-
setDistributeScroll(
String nativeScrollBehavior) → Future< ScrollState> -
继承的
-
setInnerHtml(
String? html, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 解析 HTML 代码块并将其设置为该元素的内部内容。这确保生成的内容遵循由验证器或树清洗器指定的清理规则。继承的
-
setPointerCapture(
int pointerId) → void -
继承的
-
toString(
) → String - 此元素的字符串表示。继承的
操作符
-
operator ==(
Object other) → bool - 等号操作符。继承的