Struct xpcom::interfaces::nsIDOMValidityState [] [src]

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

interface nsIDOMValidityState : nsISupports

/**
 * The nsIDOMValidityState interface is the interface to a ValidityState
 * object which represents the validity states of an element.
 *
 * For more information on this interface please see
 * http://www.whatwg.org/specs/web-apps/current-work/#validitystate
 */

Methods

impl nsIDOMValidityState
[src]

[src]

Cast this nsIDOMValidityState to one of its base interfaces.

impl nsIDOMValidityState
[src]

[src]

readonly attribute boolean valueMissing;

[src]

readonly attribute boolean typeMismatch;

[src]

readonly attribute boolean patternMismatch;

[src]

readonly attribute boolean tooLong;

[src]

readonly attribute boolean tooShort;

[src]

readonly attribute boolean rangeUnderflow;

[src]

readonly attribute boolean rangeOverflow;

[src]

readonly attribute boolean stepMismatch;

[src]

readonly attribute boolean badInput;

[src]

readonly attribute boolean customError;

[src]

readonly attribute boolean valid;

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 nsIDOMValidityState
[src]

IID: nsIID = nsID(12505718, 61943, 18735, [160, 57, 219, 217, 185, 239, 193, 11])

[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 nsIDOMValidityState
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMValidityState
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.