Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. SearchInputElement class
SearchInputElement
description

SearchInputElement classabstract

Similar toTextInputElement, but on platforms where search is styleddifferently this will get the search style.

Usesupported to check if this is supported on the current platform.

Implemented types
Implementers
Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME)
  • @SupportedBrowser.new(SupportedBrowser.FIREFOX)
  • @SupportedBrowser.new(SupportedBrowser.IE, '10')
  • @SupportedBrowser.new(SupportedBrowser.SAFARI)

Constructors

SearchInputElement()
factory

Properties

accessibleNodeAccessibleNode?
no setterinherited
assignedSlotSlotElement?
no setterinherited
attributesMap<String,String>
All attributes on this element.
getter/setter pairinherited
autocompleteString
getter/setter pairinherited
autofocusbool
getter/setter pairinherited
baseUriString?
no setterinherited
borderEdgeCssRect
Access the dimensions and position of this element's content + padding +border box.
no setterinherited
childNodesList<Node>
A list of this node's children.
no setterinherited
childrenList<Element>
List of the direct children of this element.
getter/setter pairinherited
classesCssClassSet
The set of CSS classes applied to this element.
getter/setter pairinherited
classNameString
getter/setter pairinherited
clientRectangle<num>
Gets the position of this element relative to the client area of the page.
no setterinherited
clientHeightint
no setterinherited
clientLeftint?
no setterinherited
clientTopint?
no setterinherited
clientWidthint
no setterinherited
computedNameString?
no setterinherited
computedRoleString?
no setterinherited
contentEdgeCssRect
Access this element's content position.
no setterinherited
contentEditableString
getter/setter pairinherited
datasetMap<String,String>
Allows access to all custom data attributes (data-*) set on this element.
getter/setter pairinherited
dirString?
getter/setter pairinherited
dirNameString?
getter/setter pair
disabledbool?
getter/setter pairinherited
documentOffsetPoint<num>
Provides the coordinates of the element relative to the top of thedocument.
no setterinherited
draggablebool
Indicates whether the element can be dragged and dropped.
getter/setter pairinherited
firstChildNode?
The first child of this node.
no setterinherited
hashCodeint
The hash code for this object.
no setterinherited
hiddenbool
Indicates whether the element is not relevant to the page's current state.
getter/setter pairinherited
idString
getter/setter pairinherited
incrementalbool?
getter/setter pairinherited
indeterminatebool?
getter/setter pairinherited
inertbool?
getter/setter pairinherited
innerHtmlString?
Parses the HTML fragment and sets it as the contents of this element.
getter/setter pairinherited
innerTextString
getter/setter pairinherited
inputModeString?
getter/setter pairinherited
isConnectedbool?
no setterinherited
isContentEditablebool?
no setterinherited
labelsList<Node>?
no setterinherited
langString?
getter/setter pairinherited
lastChildNode?
The last child of this node.
no setterinherited
listElement?
no setter
localNameString
no setterinherited
marginEdgeCssRect
Access the dimensions and position of this element's content + padding +border + margin box.
no setterinherited
maxLengthint?
getter/setter pairinherited
nameString?
getter/setter pairinherited
namespaceUriString?
A URI that identifies the XML namespace of this element.
no setterinherited
nextElementSiblingElement?
no setterinherited
nextNodeNode?
The next sibling node.
no setterinherited
nodeNameString?
The name of this node.
no setterinherited
nodesList<Node>
A modifiable list of this node's children.
getter/setter pairinherited
nodeTypeint
The type of node.
no setterinherited
nodeValueString?
The value of this node.
no setterinherited
offsetRectangle<num>
Gets the offset of this element relative to its offsetParent.
no setterinherited
offsetHeightint
no setterinherited
offsetLeftint
no setterinherited
offsetParentElement?
no setterinherited
offsetTopint
no setterinherited
offsetWidthint
no setterinherited
onElementEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onAbortElementStream<Event>
Stream ofabort events handled by thisElement.
no setterinherited
onBeforeCopyElementStream<Event>
Stream ofbeforecopy events handled by thisElement.
no setterinherited
onBeforeCutElementStream<Event>
Stream ofbeforecut events handled by thisElement.
no setterinherited
onBeforePasteElementStream<Event>
Stream ofbeforepaste events handled by thisElement.
no setterinherited
onBlurElementStream<Event>
Stream ofblur events handled by thisElement.
no setterinherited
onCanPlayElementStream<Event>
no setterinherited
onCanPlayThroughElementStream<Event>
no setterinherited
onChangeElementStream<Event>
Stream ofchange events handled by thisElement.
no setterinherited
onClickElementStream<MouseEvent>
Stream ofclick events handled by thisElement.
no setterinherited
onContextMenuElementStream<MouseEvent>
Stream ofcontextmenu events handled by thisElement.
no setterinherited
onCopyElementStream<ClipboardEvent>
Stream ofcopy events handled by thisElement.
no setterinherited
onCutElementStream<ClipboardEvent>
Stream ofcut events handled by thisElement.
no setterinherited
onDoubleClickElementStream<Event>
Stream ofdoubleclick events handled by thisElement.
no setterinherited
onDragElementStream<MouseEvent>
A stream ofdrag events fired when this element currently being dragged.
no setterinherited
onDragEndElementStream<MouseEvent>
A stream ofdragend events fired when this element completes a dragoperation.
no setterinherited
onDragEnterElementStream<MouseEvent>
A stream ofdragenter events fired when a dragged object is first draggedover this element.
no setterinherited
onDragLeaveElementStream<MouseEvent>
A stream ofdragleave events fired when an object being dragged over thiselement leaves this element's target area.
no setterinherited
onDragOverElementStream<MouseEvent>
A stream ofdragover events fired when a dragged object is currentlybeing dragged over this element.
no setterinherited
onDragStartElementStream<MouseEvent>
A stream ofdragstart events fired when this element starts beingdragged.
no setterinherited
onDropElementStream<MouseEvent>
A stream ofdrop events fired when a dragged object is dropped on thiselement.
no setterinherited
onDurationChangeElementStream<Event>
no setterinherited
onEmptiedElementStream<Event>
no setterinherited
onEndedElementStream<Event>
no setterinherited
onErrorElementStream<Event>
Stream oferror events handled by thisElement.
no setterinherited
onFocusElementStream<Event>
Stream offocus events handled by thisElement.
no setterinherited
onFullscreenChangeElementStream<Event>
Stream offullscreenchange events handled by thisElement.
no setterinherited
onFullscreenErrorElementStream<Event>
Stream offullscreenerror events handled by thisElement.
no setterinherited
onInputElementStream<Event>
Stream ofinput events handled by thisElement.
no setterinherited
onInvalidElementStream<Event>
Stream ofinvalid events handled by thisElement.
no setterinherited
onKeyDownElementStream<KeyboardEvent>
Stream ofkeydown events handled by thisElement.
no setterinherited
onKeyPressElementStream<KeyboardEvent>
Stream ofkeypress events handled by thisElement.
no setterinherited
onKeyUpElementStream<KeyboardEvent>
Stream ofkeyup events handled by thisElement.
no setterinherited
onLoadElementStream<Event>
Stream ofload events handled by thisElement.
no setterinherited
onLoadedDataElementStream<Event>
no setterinherited
onLoadedMetadataElementStream<Event>
no setterinherited
onMouseDownElementStream<MouseEvent>
Stream ofmousedown events handled by thisElement.
no setterinherited
onMouseEnterElementStream<MouseEvent>
Stream ofmouseenter events handled by thisElement.
no setterinherited
onMouseLeaveElementStream<MouseEvent>
Stream ofmouseleave events handled by thisElement.
no setterinherited
onMouseMoveElementStream<MouseEvent>
Stream ofmousemove events handled by thisElement.
no setterinherited
onMouseOutElementStream<MouseEvent>
Stream ofmouseout events handled by thisElement.
no setterinherited
onMouseOverElementStream<MouseEvent>
Stream ofmouseover events handled by thisElement.
no setterinherited
onMouseUpElementStream<MouseEvent>
Stream ofmouseup events handled by thisElement.
no setterinherited
onMouseWheelElementStream<WheelEvent>
Stream ofmousewheel events handled by thisElement.
no setterinherited
onPasteElementStream<ClipboardEvent>
Stream ofpaste events handled by thisElement.
no setterinherited
onPauseElementStream<Event>
no setterinherited
onPlayElementStream<Event>
no setterinherited
onPlayingElementStream<Event>
no setterinherited
onRateChangeElementStream<Event>
no setterinherited
onResetElementStream<Event>
Stream ofreset events handled by thisElement.
no setterinherited
onResizeElementStream<Event>
no setterinherited
onScrollElementStream<Event>
Stream ofscroll events handled by thisElement.
no setterinherited
onSearchElementStream<Event>
Stream ofsearch events handled by thisElement.
no setterinherited
onSeekedElementStream<Event>
no setterinherited
onSeekingElementStream<Event>
no setterinherited
onSelectElementStream<Event>
Stream ofselect events handled by thisElement.
no setterinherited
onSelectStartElementStream<Event>
Stream ofselectstart events handled by thisElement.
no setterinherited
onStalledElementStream<Event>
no setterinherited
onSubmitElementStream<Event>
Stream ofsubmit events handled by thisElement.
no setterinherited
onSuspendElementStream<Event>
no setterinherited
onTimeUpdateElementStream<Event>
no setterinherited
onTouchCancelElementStream<TouchEvent>
Stream oftouchcancel events handled by thisElement.
no setterinherited
onTouchEndElementStream<TouchEvent>
Stream oftouchend events handled by thisElement.
no setterinherited
onTouchEnterElementStream<TouchEvent>
Stream oftouchenter events handled by thisElement.
no setterinherited
onTouchLeaveElementStream<TouchEvent>
Stream oftouchleave events handled by thisElement.
no setterinherited
onTouchMoveElementStream<TouchEvent>
Stream oftouchmove events handled by thisElement.
no setterinherited
onTouchStartElementStream<TouchEvent>
Stream oftouchstart events handled by thisElement.
no setterinherited
onTransitionEndElementStream<TransitionEvent>
Stream oftransitionend events handled by thisElement.
no setterinherited
onVolumeChangeElementStream<Event>
no setterinherited
onWaitingElementStream<Event>
no setterinherited
onWheelElementStream<WheelEvent>
no setterinherited
outerHtmlString?
no setterinherited
ownerDocumentDocument?
The document this node belongs to.
no setterinherited
paddingEdgeCssRect
Access the dimensions and position of this element's content + padding box.
no setterinherited
parentElement?
The parent element of this node.
no setterinherited
parentNodeNode?
The parent node of this node.
no setterinherited
patternString
getter/setter pairinherited
placeholderString
getter/setter pairinherited
previousElementSiblingElement?
no setterinherited
previousNodeNode?
The previous sibling node.
no setterinherited
readOnlybool?
getter/setter pairinherited
requiredbool
getter/setter pairinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
scrollHeightint
no setterinherited
scrollLeftint
getter/setter pairinherited
scrollTopint
getter/setter pairinherited
scrollWidthint
no setterinherited
selectionDirectionString?
getter/setter pairinherited
selectionEndint?
getter/setter pairinherited
selectionStartint?
getter/setter pairinherited
shadowRootShadowRoot?
The shadow root of this shadow host.
no setterinherited
sizeint?
getter/setter pairinherited
slotString?
getter/setter pairinherited
spellcheckbool?
getter/setter pairinherited
styleCssStyleDeclaration
no setterinherited
styleMapStylePropertyMap?
no setterinherited
tabIndexint?
getter/setter pairinherited
tagNameString
no setterinherited
textString?
All text within this node and its descendants.
getter/setter pairinherited
titleString?
getter/setter pairinherited
translatebool?
Specifies whether this element's text content changes when the page islocalized.
getter/setter pairinherited
validationMessageString
no setterinherited
validityValidityState
no setterinherited
valueString?
getter/setter pairinherited
willValidatebool
no setterinherited

Methods

addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
after(Objectnodes)→ void
inherited
animate(Iterable<Map<String,dynamic>>frames, [dynamictiming])Animation
Creates a new AnimationEffect object whose target element is the objecton which the method is called, and calls the play() method of theAnimationTimeline object of the document timeline of the node documentof the element, passing the newly created AnimationEffect as the argumentto the method. Returns an Animation for the effect.
inherited
append(Nodenode)Node
Adds a node to the end of the childnodes list of this node.
inherited
appendHtml(Stringtext, {NodeValidator?validator,NodeTreeSanitizer?treeSanitizer})→ void
Parses the specified text as HTML and adds the resulting node after thelast child of this element.
inherited
appendText(Stringtext)→ void
Adds the specified text after the last child of this element.
inherited
attached()→ void
Called by the DOM when this element has been inserted into the livedocument.
inherited
attachShadow(MapshadowRootInitDict)ShadowRoot
inherited
attributeChanged(Stringname,StringoldValue,StringnewValue)→ void
Called by the DOM whenever an attribute on this has been changed.
inherited
before(Objectnodes)→ void
inherited
blur()→ void
inherited
checkValidity()bool
inherited
click()→ void
inherited
clone(bool?deep)Node
Returns a copy of this node.
inherited
closest(Stringselectors)Element?
inherited
contains(Node?other)bool
Returns true if this node contains the specified node.
inherited
createFragment(String?html, {NodeValidator?validator,NodeTreeSanitizer?treeSanitizer})DocumentFragment
Create a DocumentFragment from the HTML fragment and ensure that it followsthe sanitization rules specified by the validator or treeSanitizer.
inherited
createShadowRoot()ShadowRoot
Creates a new shadow root for this shadow host.
inherited
detached()→ void
Called by the DOM when this element has been removed from the livedocument.
inherited
dispatchEvent(Eventevent)bool
inherited
enteredView()→ void
Deprecated*: overrideattached instead.
inherited
focus()→ void
inherited
getAnimations()List<Animation>
inherited
getAttribute(Stringname)String?
inherited
getAttributeNames()List<String>
inherited
getAttributeNS(String?namespaceURI,Stringname)String?
inherited
getBoundingClientRect()Rectangle<num>
Returns the smallest bounding rectangle that encompasses this element'spadding, scrollbar, and border.
inherited
getClientRects()List<Rectangle<num>>
inherited
getComputedStyle([String?pseudoElement])CssStyleDeclaration
The set of all CSS values applied to this element, including inheritedand default values.
inherited
getDestinationInsertionPoints()List<Node>
Returns a list of shadow DOM insertion points to which this element isdistributed.
inherited
getElementsByClassName(StringclassNames)List<Node>
Returns a list of nodes with the given class name inside this element.
inherited
getNamespacedAttributes(Stringnamespace)Map<String,String>
Gets a map for manipulating the attributes of a particular namespace.
inherited
getRootNode([Map?options])Node
inherited
hasAttribute(Stringname)bool
inherited
hasAttributeNS(String?namespaceURI,Stringname)bool
inherited
hasChildNodes()bool
Returns true if this node has any children.
inherited
hasPointerCapture(intpointerId)bool
inherited
insertAdjacentElement(Stringwhere,Elementelement)Element
Insertselement into the DOM at the specified location.
inherited
insertAdjacentHtml(Stringwhere,Stringhtml, {NodeValidator?validator,NodeTreeSanitizer?treeSanitizer})→ void
Parses text as an HTML fragment and inserts it into the DOM at thespecified location.
inherited
insertAdjacentText(Stringwhere,Stringtext)→ void
Inserts text into the DOM at the specified location.
inherited
insertAllBefore(Iterable<Node>newNodes,Nodechild)→ void
Inserts all of the nodes into this node directly before child.
inherited
insertBefore(Nodenode,Node?child)Node
Inserts the given node into this node directly before child.If child isnull, then the given node is inserted at the endof this node's child nodes.
inherited
leftView()→ void
Deprecated*: overridedetached instead.
inherited
matches(Stringselectors)bool
Checks if this element matches the CSS selectors.
inherited
matchesWithAncestors(Stringselectors)bool
Checks if this element or any of its parents match the CSS selectors.
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetTo(Elementparent)Point<num>
Provides the offset of this element'sborderEdge relative to thespecifiedparent.
inherited
querySelector(Stringselectors)Element?
Finds the first descendant element of this element that matches thespecified group of selectors.
inherited
querySelectorAll<T extendsElement>(Stringselectors)ElementList<T>
Finds all descendent elements of this element that match the specifiedgroup of selectors.
inherited
releasePointerCapture(intpointerId)→ void
inherited
remove()→ void
Removes this node from the DOM.
inherited
removeAttribute(Stringname)→ void
inherited
removeAttributeNS(String?namespaceURI,Stringname)→ void
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
replaceWith(NodeotherNode)Node
Replaces this node with another node.
inherited
requestFullscreen([Map?options])Future<void>
Displays this element fullscreen.
inherited
requestPointerLock()→ void
inherited
scroll([dynamicoptions_OR_x,num?y])→ void
inherited
scrollBy([dynamicoptions_OR_x,num?y])→ void
inherited
scrollIntoView([ScrollAlignment?alignment])→ void
Scrolls this element into view.
inherited
scrollIntoViewIfNeeded([bool?centerIfNeeded])→ void
Nonstandard version ofscrollIntoView that scrolls the current elementinto the visible area of the browser window if it's not already within thevisible area of the browser window. If the element is already within thevisible area of the browser window, then no scrolling takes place.
inherited
scrollTo([dynamicoptions_OR_x,num?y])→ void
inherited
select()→ void
inherited
setApplyScroll(StringnativeScrollBehavior)Future<ScrollState>
inherited
setAttribute(Stringname,Objectvalue)→ void
inherited
setAttributeNS(String?namespaceURI,Stringname,Objectvalue)→ void
inherited
setCustomValidity(Stringerror)→ void
inherited
setDistributeScroll(StringnativeScrollBehavior)Future<ScrollState>
inherited
setInnerHtml(String?html, {NodeValidator?validator,NodeTreeSanitizer?treeSanitizer})→ void
Parses the HTML fragment and sets it as the contents of this element.This ensures that the generated content follows the sanitization rulesspecified by the validator or treeSanitizer.
inherited
setPointerCapture(intpointerId)→ void
inherited
setSelectionRange(intstart,intend, [String?direction])→ void
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

supportedbool
Returns true if this input type is supported on the current platform.
no setter
  1. Dart
  2. dart:html
  3. SearchInputElement class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp