Struct xpcom::interfaces::nsIDOMHTMLInputElement [] [src]

#[repr(C)]
pub struct nsIDOMHTMLInputElement { /* fields omitted */ }

interface nsIDOMHTMLInputElement : nsISupports

/**
  * The nsIDOMHTMLInputElement interface is the interface to a [X]HTML
  * input element.
  *
  * This interface is trying to follow the DOM Level 2 HTML specification:
  * http://www.w3.org/TR/DOM-Level-2-HTML/
  *
  * with changes from the work-in-progress WHATWG HTML specification:
  * http://www.whatwg.org/specs/web-apps/current-work/
  */

Methods

impl nsIDOMHTMLInputElement
[src]

[src]

Cast this nsIDOMHTMLInputElement to one of its base interfaces.

impl nsIDOMHTMLInputElement
[src]

[src]

readonly attribute DOMString autocomplete;

[src]

attribute boolean checked;

[src]

attribute boolean checked;

[src]

readonly attribute nsIDOMHTMLFormElement form;

[src]

attribute DOMString formAction;

[src]

attribute DOMString formAction;

[src]

attribute boolean indeterminate;

[src]

attribute boolean indeterminate;

[src]

readonly attribute nsIDOMHTMLElement list;

[src]

attribute DOMString name;

[src]

attribute DOMString name;

[src]

attribute boolean readOnly;

[src]

attribute boolean readOnly;

[src]

readonly attribute nsIControllers controllers;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMHTMLInputElement
[src]

IID: nsIID = nsID(1689180683, 59829, 18536, [164, 249, 228, 119, 110, 50, 231, 51])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMHTMLInputElement
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMHTMLInputElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.