Hidden input which is not intended to be seen or edited by the user.
- Implements
- Implemented by
Constructors
- HiddenInputElement()
- 
          
          factory
Properties
- attributes → Map<String, String>
- 
          All attributes on this element.… read / write, inherited
- autofocus → bool
- 
          
          read / write, inherited
- baseUri → String
- 
          
          read-only, inherited
- blink_jsObject → JsObject
- 
          The underlying JS DOM object. read / write, inherited
- borderEdge → CssRect
- 
          Access the dimensions and position of this element's content + padding + border box.… read-only, inherited
- childNodes → List<Node>
- 
          A list of this node's children.… read-only, inherited
- children → List<Element>
- 
          List of the direct children of this element.… read / write, inherited
- classes → CssClassSet
- 
          The set of CSS classes applied to this element.… read / write, inherited
- className → String
- 
          
          read / write, inherited
- client → Rectangle
- 
          Gets the position of this element relative to the client area of the page. read-only, inherited
- clientHeight → int
- 
          
          read-only, inherited
- clientLeft → int
- 
          
          read-only, inherited
- clientTop → int
- 
          
          read-only, inherited
- clientWidth → int
- 
          
          read-only, inherited
- contentEdge → CssRect
- 
          Access this element's content position.… read-only, inherited
- contentEditable → String
- 
          
          read / write, inherited
- contextMenu → MenuElement
- 
          
          read / write, inherited
- dataset → Map<String, String>
- 
          Allows access to all custom data attributes (data-*) set on this element.… read / write, inherited
- dir → String
- 
          
          read / write, inherited
- disabled → bool
- 
          
          read / write, inherited
- documentOffset → Point
- 
          Provides the coordinates of the element relative to the top of the document.… read-only, inherited
- draggable → bool
- 
          
          read / write, inherited
- dropzone → String
- 
          
          read / write, inherited
- firstChild → Node
- 
          The first child of this node.… read-only, inherited
- hashCode → int
- 
          Get a hash code for this object.… read-only, inherited
- 
          
          read / write, inherited
- id → String
- 
          
          read / write, inherited
- incremental → bool
- 
          
          read / write, inherited
- indeterminate → bool
- 
          
          read / write, inherited
- innerHtml → String
- 
          Parses the HTML fragment and sets it as the contents of this element.… read / write, inherited
- isContentEditable → bool
- 
          
          read-only, inherited
- labels → List<Node>
- 
          
          read-only, inherited
- lang → String
- 
          
          read / write, inherited
- lastChild → Node
- 
          The last child of this node.… read-only, inherited
- localName → String
- 
          
          read-only, inherited
- marginEdge → CssRect
- 
          Access the dimensions and position of this element's content + padding + border + margin box.… read-only, inherited
- name → String
- 
          
          read / write, inherited
- namespaceUri → String
- 
          A URI that identifies the XML namespace of this element.… read-only, inherited
- nextElementSibling → Element
- 
          
          read-only, inherited
- nextNode → Node
- 
          The next sibling node.… read-only, inherited
- nodeName → String
- 
          The name of this node.… read-only, inherited
- nodes → List<Node>
- 
          A modifiable list of this node's children. read / write, inherited
- nodeType → int
- 
          The type of node.… read-only, inherited
- nodeValue → String
- 
          The value of this node.… read-only, inherited
- offset → Rectangle
- 
          Gets the offset of this element relative to its offsetParent. read-only, inherited
- offsetHeight → int
- 
          
          read-only, inherited
- offsetLeft → int
- 
          
          read-only, inherited
- offsetParent → Element
- 
          
          read-only, inherited
- offsetTop → int
- 
          
          read-only, inherited
- offsetWidth → int
- 
          
          read-only, inherited
- on → ElementEvents
- 
          This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available. read-only, inherited
- onAbort → ElementStream<Event>
- 
          Stream of abortevents handled by thisElement.read-only, inherited
- onBeforeCopy → ElementStream<Event>
- 
          Stream of beforecopyevents handled by thisElement.read-only, inherited
- onBeforeCut → ElementStream<Event>
- 
          Stream of beforecutevents handled by thisElement.read-only, inherited
- onBeforePaste → ElementStream<Event>
- 
          Stream of beforepasteevents handled by thisElement.read-only, inherited
- onBlur → ElementStream<Event>
- 
          Stream of blurevents handled by thisElement.read-only, inherited
- onCanPlay → ElementStream<Event>
- 
          
          read-only, inherited
- onCanPlayThrough → ElementStream<Event>
- 
          
          read-only, inherited
- onChange → ElementStream<Event>
- 
          Stream of changeevents handled by thisElement.read-only, inherited
- onClick → ElementStream<MouseEvent>
- 
          Stream of clickevents handled by thisElement.read-only, inherited
- onContextMenu → ElementStream<MouseEvent>
- 
          Stream of contextmenuevents handled by thisElement.read-only, inherited
- onCopy → ElementStream<Event>
- 
          Stream of copyevents handled by thisElement.read-only, inherited
- onCut → ElementStream<Event>
- 
          Stream of cutevents handled by thisElement.read-only, inherited
- onDoubleClick → ElementStream<Event>
- 
          Stream of doubleclickevents handled by thisElement.read-only, inherited
- onDrag → ElementStream<MouseEvent>
- 
          A stream of dragevents fired when this element currently being dragged.…read-only, inherited
- onDragEnd → ElementStream<MouseEvent>
- 
          A stream of dragendevents fired when this element completes a drag operation.…read-only, inherited
- onDragEnter → ElementStream<MouseEvent>
- 
          A stream of dragenterevents fired when a dragged object is first dragged over this element.…read-only, inherited
- onDragLeave → ElementStream<MouseEvent>
- 
          A stream of dragleaveevents fired when an object being dragged over this element leaves this element's target area.…read-only, inherited
- onDragOver → ElementStream<MouseEvent>
- 
          A stream of dragoverevents fired when a dragged object is currently being dragged over this element.…read-only, inherited
- onDragStart → ElementStream<MouseEvent>
- 
          A stream of dragstartevents fired when this element starts being dragged.…read-only, inherited
- onDrop → ElementStream<MouseEvent>
- 
          A stream of dropevents fired when a dragged object is dropped on this element.…read-only, inherited
- onDurationChange → ElementStream<Event>
- 
          
          read-only, inherited
- onEmptied → ElementStream<Event>
- 
          
          read-only, inherited
- onEnded → ElementStream<Event>
- 
          
          read-only, inherited
- onError → ElementStream<Event>
- 
          Stream of errorevents handled by thisElement.read-only, inherited
- onFocus → ElementStream<Event>
- 
          Stream of focusevents handled by thisElement.read-only, inherited
- onFullscreenChange → ElementStream<Event>
- 
          Stream of fullscreenchangeevents handled by thisElement.read-only, inherited
- onFullscreenError → ElementStream<Event>
- 
          Stream of fullscreenerrorevents handled by thisElement.read-only, inherited
- onInput → ElementStream<Event>
- 
          Stream of inputevents handled by thisElement.read-only, inherited
- onInvalid → ElementStream<Event>
- 
          Stream of invalidevents handled by thisElement.read-only, inherited
- onKeyDown → ElementStream<KeyboardEvent>
- 
          Stream of keydownevents handled by thisElement.read-only, inherited
- onKeyPress → ElementStream<KeyboardEvent>
- 
          Stream of keypressevents handled by thisElement.read-only, inherited
- onKeyUp → ElementStream<KeyboardEvent>
- 
          Stream of keyupevents handled by thisElement.read-only, inherited
- onLoad → ElementStream<Event>
- 
          Stream of loadevents handled by thisElement.read-only, inherited
- onLoadedData → ElementStream<Event>
- 
          
          read-only, inherited
- onLoadedMetadata → ElementStream<Event>
- 
          
          read-only, inherited
- onMouseDown → ElementStream<MouseEvent>
- 
          Stream of mousedownevents handled by thisElement.read-only, inherited
- onMouseEnter → ElementStream<MouseEvent>
- 
          Stream of mouseenterevents handled by thisElement.read-only, inherited
- onMouseLeave → ElementStream<MouseEvent>
- 
          Stream of mouseleaveevents handled by thisElement.read-only, inherited
- onMouseMove → ElementStream<MouseEvent>
- 
          Stream of mousemoveevents handled by thisElement.read-only, inherited
- onMouseOut → ElementStream<MouseEvent>
- 
          Stream of mouseoutevents handled by thisElement.read-only, inherited
- onMouseOver → ElementStream<MouseEvent>
- 
          Stream of mouseoverevents handled by thisElement.read-only, inherited
- onMouseUp → ElementStream<MouseEvent>
- 
          Stream of mouseupevents handled by thisElement.read-only, inherited
- onMouseWheel → ElementStream<WheelEvent>
- 
          Stream of mousewheelevents handled by thisElement.read-only, inherited
- onPaste → ElementStream<Event>
- 
          Stream of pasteevents handled by thisElement.read-only, inherited
- onPause → ElementStream<Event>
- 
          
          read-only, inherited
- onPlay → ElementStream<Event>
- 
          
          read-only, inherited
- onPlaying → ElementStream<Event>
- 
          
          read-only, inherited
- onRateChange → ElementStream<Event>
- 
          
          read-only, inherited
- onReset → ElementStream<Event>
- 
          Stream of resetevents handled by thisElement.read-only, inherited
- onResize → ElementStream<Event>
- 
          
          read-only, inherited
- onScroll → ElementStream<Event>
- 
          Stream of scrollevents handled by thisElement.read-only, inherited
- onSearch → ElementStream<Event>
- 
          Stream of searchevents handled by thisElement.read-only, inherited
- onSeeked → ElementStream<Event>
- 
          
          read-only, inherited
- onSeeking → ElementStream<Event>
- 
          
          read-only, inherited
- onSelect → ElementStream<Event>
- 
          Stream of selectevents handled by thisElement.read-only, inherited
- onSelectStart → ElementStream<Event>
- 
          Stream of selectstartevents handled by thisElement.read-only, inherited
- onStalled → ElementStream<Event>
- 
          
          read-only, inherited
- onSubmit → ElementStream<Event>
- 
          Stream of submitevents handled by thisElement.read-only, inherited
- onSuspend → ElementStream<Event>
- 
          
          read-only, inherited
- onTimeUpdate → ElementStream<Event>
- 
          
          read-only, inherited
- onTouchCancel → ElementStream<TouchEvent>
- 
          Stream of touchcancelevents handled by thisElement.read-only, inherited
- onTouchEnd → ElementStream<TouchEvent>
- 
          Stream of touchendevents handled by thisElement.read-only, inherited
- onTouchEnter → ElementStream<TouchEvent>
- 
          Stream of touchenterevents handled by thisElement.read-only, inherited
- onTouchLeave → ElementStream<TouchEvent>
- 
          Stream of touchleaveevents handled by thisElement.read-only, inherited
- onTouchMove → ElementStream<TouchEvent>
- 
          Stream of touchmoveevents handled by thisElement.read-only, inherited
- onTouchStart → ElementStream<TouchEvent>
- 
          Stream of touchstartevents handled by thisElement.read-only, inherited
- onTransitionEnd → ElementStream<TransitionEvent>
- 
          Stream of transitionendevents handled by thisElement.read-only, inherited
- onVolumeChange → ElementStream<Event>
- 
          
          read-only, inherited
- onWaiting → ElementStream<Event>
- 
          
          read-only, inherited
- outerHtml → String
- 
          
          read-only, inherited
- ownerDocument → Document
- 
          The document this node belongs to.… read-only, inherited
- paddingEdge → CssRect
- 
          Access the dimensions and position of this element's content + padding box.… read-only, inherited
- parent → Element
- 
          The parent element of this node.… read-only, inherited
- parentNode → Node
- 
          The parent node of this node.… read-only, inherited
- previousElementSibling → Element
- 
          
          read-only, inherited
- previousNode → Node
- 
          The previous sibling node.… read-only, inherited
- runtimeType → Type
- 
          A representation of the runtime type of the object. read-only, inherited
- scrollHeight → int
- 
          
          read-only, inherited
- scrollLeft → int
- 
          
          read / write, inherited
- scrollTop → int
- 
          
          read / write, inherited
- scrollWidth → int
- 
          
          read-only, inherited
- shadowRoot → ShadowRoot
- 
          
          read-only, inherited
- spellcheck → bool
- 
          
          read / write, inherited
- style → CssStyleDeclaration
- 
          
          read-only, inherited
- tabIndex → int
- 
          
          read / write, inherited
- tagName → String
- 
          
          read-only, inherited
- text → String
- 
          All text within this node and its decendents.… read / write, inherited
- title → String
- 
          
          read / write, inherited
- translate → bool
- 
          
          read / write, inherited
- validationMessage → String
- 
          
          read-only, inherited
- validity → ValidityState
- 
          
          read-only, inherited
- value → String
- 
          
          read / write, inherited
- willValidate → bool
- 
          
          read-only, inherited
- xtag → dynamic
- 
          Experimental support for web components. This field stores a reference to the component implementation. It was inspired by Mozilla's x-tags project. Please note: in the future it may be possible to extend Elementfrom your class, in which case this field will be deprecated.…read / write, inherited
Operators
- 
          operator ==(other) → bool 
- 
          The equality operator.… inherited
Methods
- 
          addEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void 
- 
          
          inherited
- 
          animate(Iterable<Map<String, dynamic>> frames, [timing]) → AnimationPlayer 
- 
          Creates a new AnimationEffect object whose target element is the object on which the method is called, and calls the play() method of the AnimationTimeline object of the document timeline of the node document of the element, passing the newly created AnimationEffect as the argument to the method. Returns an AnimationPlayer for the effect.… inherited
- 
          append(Node newChild) → Node 
- 
          Adds a node to the end of the child nodes list of this node.… inherited
- 
          appendHtml(String text, {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) → void 
- 
          Parses the specified text as HTML and adds the resulting node after the last child of this element. inherited
- 
          appendText(String text) → 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 live document.… inherited
- 
          attributeChanged(String name, String oldValue, String newValue) → void 
- 
          Called by the DOM whenever an attribute on this has been changed. inherited
- 
          blur() → void 
- 
          
          inherited
- 
          checkValidity() → bool 
- 
          
          inherited
- 
          click() → void 
- 
          
          inherited
- 
          clone(bool deep) → Node 
- 
          Returns a copy of this node.… 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 follows the sanitization rules specified by the validator or treeSanitizer.… inherited
- 
          createShadowRoot() → ShadowRoot 
- 
          
          inherited
- 
          detached() → void 
- 
          Called by the DOM when this element has been removed from the live document.… inherited
- 
          dispatchEvent(Event event) → bool 
- 
          
          inherited
- 
          enteredView() → void 
- 
          Deprecated*: override attached instead. inherited
- 
          focus() → void 
- 
          
          inherited
- 
          getAnimationPlayers() → List<AnimationPlayer> 
- 
          
          inherited
- 
          getAttribute(String name) → String 
- 
          
          inherited
- 
          getAttributeNS(String namespaceURI, String localName) → String 
- 
          
          inherited
- 
          getBoundingClientRect() → Rectangle 
- 
          Returns the smallest bounding rectangle that encompasses this element's padding, scrollbar, and border.… inherited
- 
          getClientRects() → List<Rectangle> 
- 
          Returns a list of bounding rectangles for each box associated with this element.… inherited
- 
          getComputedStyle([String pseudoElement]) → CssStyleDeclaration 
- 
          The set of all CSS values applied to this element, including inherited and default values.… inherited
- 
          getDestinationInsertionPoints() → List<Node> 
- 
          Returns a list of shadow DOM insertion points to which this element is distributed.… inherited
- 
          getElementsByClassName(String classNames) → List<Node> 
- 
          Returns a list of nodes with the given class name inside this element.… inherited
- 
          getNamespacedAttributes(String namespace) → Map<String, String> 
- 
          Gets a map for manipulating the attributes of a particular namespace.… inherited
- 
          hasChildNodes() → bool 
- 
          Returns true if this node has any children.… inherited
- 
          insertAdjacentElement(String where, Element element) → Element 
- 
          
          inherited
- 
          insertAdjacentHtml(String where, String html, {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) → void 
- 
          Parses text as an HTML fragment and inserts it into the DOM at the specified location.… inherited
- 
          insertAdjacentText(String where, String text) → void 
- 
          
          inherited
- 
          insertAllBefore(Iterable<Node> newNodes, Node refChild) → Node 
- 
          Inserts all of the nodes into this node directly before refChild.… inherited
- 
          insertBefore(Node newChild, Node refChild) → Node 
- 
          Inserts all of the nodes into this node directly before refChild.… inherited
- 
          leftView() → void 
- 
          Deprecated*: override detached instead. inherited
- 
          matches(String selectors) → bool 
- 
          
          inherited
- 
          matchesWithAncestors(String selectors) → bool 
- 
          Checks if this element or any of its parents match the CSS selectors. inherited
- 
          noSuchMethod(Invocation invocation) → dynamic 
- 
          Invoked when a non-existent method or property is accessed.… inherited
- 
          offsetTo(Element parent) → Point 
- 
          Provides the offset of this element's borderEdge relative to the specified parent.…inherited
- 
          query(String relativeSelectors) → Element 
- 
          Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future. inherited
- 
          queryAll(String relativeSelectors) → ElementList<Element> 
- 
          Alias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future. inherited
- 
          querySelector(String selectors) → Element 
- 
          Finds the first descendant element of this element that matches the specified group of selectors.… inherited
- 
          querySelectorAll(String selectors) → ElementList<Element> 
- 
          Finds all descendent elements of this element that match the specified group of selectors.… inherited
- 
          remove() → void 
- 
          Removes this node from the DOM. inherited
- 
          removeEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void 
- 
          
          inherited
- 
          replaceWith(Node otherNode) → Node 
- 
          Replaces this node with another node. inherited
- 
          requestFullscreen() → void 
- 
          
          inherited
- 
          requestPointerLock() → void 
- 
          
          inherited
- 
          scrollIntoView([ScrollAlignment alignment]) → void 
- 
          Scrolls this element into view.… inherited
- 
          setAttribute(String name, String value) → void 
- 
          
          inherited
- 
          setAttributeNS(String namespaceURI, String qualifiedName, String value) → void 
- 
          
          inherited
- 
          setCustomValidity(String error) → void 
- 
          
          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 rules specified by the validator or treeSanitizer.… inherited
- 
          toString() → String 
- 
          Returns a string representation of this object. inherited