DetailsElement 类
- 继承关系
-
- Object
- EventTarget
- Node
- Element
- HtmlElement
- DetailsElement
- 注解
-
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Native("HTMLDetailsElement")
构造函数
- DetailsElement()
-
工厂
- DetailsElement.created()
- DOM 创建自定义元素时实例化的构造函数。
属性
- accessibleNode → AccessibleNode?
-
无设置器继承的
- assignedSlot → SlotElement?
-
无设置器继承的
-
attributes ↔ Map<
String, String> - 此元素上的所有属性。getter/setter 配对继承的
- baseUri → String?
-
无设置器继承的
- borderEdge → CssRect
- 访问此元素的内容 + 内边距 + 边框框的尺寸和位置。无设置器继承的
-
childNodes → List<
Node> - 该节点子节点的列表。无设置器继承的
-
children ↔ List<
Element> - 此元素的直接子元素的列表。getter/setter 配对继承的
- classes ↔ CssClassSet
- 应用于此元素的所有 CSS 类的集合。getter/setter 配对继承的
- className ↔ String
-
getter/setter 配对继承的
-
client → Rectangle<
num> - 获取相对于页面客户端区域的此元素的位置。无设置器继承的
- clientHeight → int
-
无设置器继承的
- clientLeft → int?
-
无设置器继承的
- clientTop → int?
-
无设置器继承的
- clientWidth → int
-
无设置器继承的
- computedName → String?
-
无设置器继承的
- computedRole → String?
-
无设置器继承的
- contentEdge → CssRect
- 访问此元素的内容位置。无设置器继承的
- contentEditable ↔ String
-
getter/setter 配对继承的
-
dataset ↔ Map<
String, String> - 允许访问设置在此元素上的所有自定义数据属性(data-*)。getter/setter 配对继承的
- dir ↔ String?
-
getter/setter 配对继承的
-
documentOffset → Point<
num> - 提供元素相对于文档顶部的坐标。无设置器继承的
- draggable ↔ bool
- 指示元素是否能被拖拽和放下。getter/setter 配对继承的
- firstChild → Node?
- 此节点的第一个子节点。无设置器继承的
- hashCode → int
- 此对象的重写代码。无设置器继承的
- 指示元素是否与页面当前状态无关。getter/setter 配对继承的
- id ↔ String
-
getter/setter 配对继承的
- inert ↔ bool?
-
getter/setter 配对继承的
- innerHtml ↔ String?
- 解析HTML片段并将其设置为该元素的內容。getter/setter 配对继承的
- innerText ↔ String
-
getter/setter 配对继承的
- inputMode ↔ String?
-
getter/setter 配对继承的
- isConnected → bool?
-
无设置器继承的
- isContentEditable → bool?
-
无设置器继承的
- lang ↔ String?
-
getter/setter 配对继承的
- lastChild → Node?
- 此节点的最后一个子节点。无设置器继承的
- localName → String
-
无设置器继承的
- marginEdge → CssRect
- 访问此元素的内容+内边距+边框+边界的尺寸和位置。无设置器继承的
- namespaceUri → String?
- 一个用于标识此元素XML命名空间的URI。无设置器继承的
- nextElementSibling → Element?
-
无设置器继承的
- nextNode → Node?
- 下一个兄弟节点。无设置器继承的
- nodeName → String?
- 此节点的名称。无设置器继承的
-
nodes ↔ List<
Node> - 此节点子集的可修改列表。getter/setter 配对继承的
- nodeType → int
- 节点类型。无设置器继承的
- nodeValue → String?
- 此节点的值。无设置器继承的
- nonce ↔ String?
-
getter/setter 配对继承的
-
offset → Rectangle<
num> - 获取此元素相对于其offsetParent的偏移。无设置器继承的
- 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> - 此元素处理的
mouseleave
事件流。无设置器继承的 -
onMouseMove → ElementStream<
MouseEvent> - 此元素处理的
mousemove
事件流。无设置器继承的 -
onMouseOut → ElementStream<
MouseEvent> - 此元素处理的
mouseout
事件流。无设置器继承的 -
onMouseOver → ElementStream<
MouseEvent> - 此元素处理的
mouseover
事件流。无设置器继承的 -
onMouseUp → ElementStream<
MouseEvent> - 此元素处理的
mouseup
事件流。无设置器继承的 -
onMouseWheel → ElementStream<
WheelEvent> - 此元素处理的
mousewheel
事件流。无设置器继承的 -
onPaste → ElementStream<
ClipboardEvent> - 此元素处理的
paste
事件流。无设置器继承的 -
onPause → ElementStream<
Event> -
无设置器继承的
-
onPlay → ElementStream<
Event> -
无设置器继承的
-
onPlaying → ElementStream<
Event> -
无设置器继承的
-
onRateChange → ElementStream<
Event> -
无设置器继承的
-
onReset → ElementStream<
Event> - 此元素处理的
reset
事件流。无设置器继承的 -
onResize → ElementStream<
Event> -
无设置器继承的
-
onScroll → ElementStream<
Event> - 此元素处理的
scroll
事件流。无设置器继承的 -
onSearch → ElementStream<
Event> - 此元素处理的
search
事件流。无设置器继承的 -
onSeeked → ElementStream<
Event> -
无设置器继承的
-
onSeeking → ElementStream<
Event> -
无设置器继承的
-
onSelect → ElementStream<
Event> select
事件的流,由该 Element 处理。无设置器继承的-
onSelectStart → ElementStream<
Event> selectstart
事件的流,由该 Element 处理。无设置器继承的-
onStalled → ElementStream<
Event> -
无设置器继承的
-
onSubmit → ElementStream<
Event> submit
事件的流,由该 Element 处理。无设置器继承的-
onSuspend → ElementStream<
Event> -
无设置器继承的
-
onTimeUpdate → ElementStream<
Event> -
无设置器继承的
-
onTouchCancel → ElementStream<
TouchEvent> touchcancel
事件的流,由该 Element 处理。无设置器继承的-
onTouchEnd → ElementStream<
TouchEvent> touchend
事件的流,由该 Element 处理。无设置器继承的-
onTouchEnter → ElementStream<
TouchEvent> touchenter
事件的流,由该 Element 处理。无设置器继承的-
onTouchLeave → ElementStream<
TouchEvent> touchleave
事件的流,由该 Element 处理。无设置器继承的-
onTouchMove → ElementStream<
TouchEvent> touchmove
事件的流,由该 Element 处理。无设置器继承的-
onTouchStart → ElementStream<
TouchEvent> touchstart
事件的流,由该 Element 处理。无设置器继承的-
onTransitionEnd → ElementStream<
TransitionEvent> - 此 Element 处理的
transitionend
事件流。无设置器继承的 -
onVolumeChange → ElementStream<
Event> -
无设置器继承的
-
onWaiting → ElementStream<
Event> -
无设置器继承的
-
onWheel → ElementStream<
WheelEvent> -
无设置器继承的
- open ↔ bool?
-
getter/setter 对
- outerHtml → String?
-
无设置器继承的
- ownerDocument → Document?
- 此节点所属的文档。无设置器继承的
- paddingEdge → CssRect
- 访问此元素内容 + 内边距框的尺寸和位置。无设置器继承的
- parent → Element?
- 此节点的父元素。无设置器继承的
- parentNode → Node?
- 此节点的父节点。无设置器继承的
- previousElementSibling → Element?
-
无设置器继承的
- previousNode → Node?
- 前一个兄弟节点。无设置器继承的
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承的
- scrollHeight → int
-
无设置器继承的
- scrollLeft ↔ int
-
getter/setter 配对继承的
- scrollTop ↔ int
-
getter/setter 配对继承的
- scrollWidth → int
-
无设置器继承的
- shadowRoot → ShadowRoot?
- 此阴影宿主的阴影根。无设置器继承的
- slot ↔ String?
-
getter/setter 配对继承的
- spellcheck ↔ bool?
-
getter/setter 配对继承的
- style → CssStyleDeclaration
-
无设置器继承的
- styleMap → StylePropertyMap?
-
无设置器继承的
- tabIndex ↔ int?
-
getter/setter 配对继承的
- tagName → String
-
无设置器继承的
- text ↔ String?
- 此节点及其所有后代中的所有文本。getter/setter 配对继承的
- title ↔ String?
-
getter/setter 配对继承的
- translate ↔ bool?
- 指定在页面本地化时,此元素的文本内容是否改变。getter/setter 配对继承的
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
after(
Object nodes) → void -
继承的
-
animate(
IterableMapString, dynamic>> frames, [dynamic timing]) → Animation - 创建一个新动画效果(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,并确保它遵循由validator或treeSanitizer指定的 sanitization规则。继承的
-
createShadowRoot(
) → ShadowRoot - 为这个阴影主机创建一个新的阴影根。继承的
-
detached(
) → void - 当此元素从活动文档中移除时,DOM将调用此方法。继承的
-
dispatchEvent(
Event event) → bool -
继承的
-
enteredView(
) → void - 弃用:请用 attached 来代替。继承的
-
focus(
) → void -
继承的
-
getAnimations(
) → List< Animation> -
继承的
-
getAttribute(
String name) → String? -
继承的
-
getAttributeNames(
) → List< String> -
继承的
-
getAttributeNS(
String? namespaceURI, String name ) → String? -
继承的
-
getBoundingClientRect(
) → Rectangle< num> - 返回包含此元素的内边距、滚动条和边框的最小边界矩形。继承的
-
getClientRects(
) → List< Rectangle< num> > -
继承的
-
getComputedStyle(
[String? pseudoElement]) → CssStyleDeclaration - 应用于此元素的CSS值集合,包括继承和默认值。继承的
-
getDestinationInsertionPoints(
) → List< Node> - 返回列表,其中包含分发到此元素的阴影DOM插入点。继承的
-
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片段并将其设置为元素的值。这确保生成的内容遵循由验证器或treeSanitizer指定的清理规则。继承的
-
setPointerCapture(
int pointerId) → void -
继承的
-
toString(
) → String - 此元素的字符串表示形式。继承的
运算符
-
operator ==(
Object other) → bool - 等价运算符。继承的