Struct xpcom::interfaces::nsIDOMXULCheckboxElement [] [src]

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

interface nsIDOMXULCheckboxElement : nsIDOMXULLabeledControlElement

Methods

impl nsIDOMXULCheckboxElement
[src]

[src]

Cast this nsIDOMXULCheckboxElement to one of its base interfaces.

impl nsIDOMXULCheckboxElement
[src]

CHECKSTATE_UNCHECKED: i64 = 0

CHECKSTATE_CHECKED: i64 = 1

CHECKSTATE_MIXED: i64 = 2

[src]

attribute boolean checked;

[src]

attribute boolean checked;

[src]

attribute long checkState;

[src]

attribute long checkState;

[src]

attribute boolean autoCheck;

[src]

attribute boolean autoCheck;

Methods from Deref<Target = nsIDOMXULLabeledControlElement>

[src]

Cast this nsIDOMXULLabeledControlElement to one of its base interfaces.

[src]

attribute DOMString crop;

[src]

attribute DOMString crop;

[src]

attribute DOMString image;

[src]

attribute DOMString image;

[src]

attribute DOMString label;

[src]

attribute DOMString label;

[src]

attribute DOMString accessKey;

[src]

attribute DOMString accessKey;

[src]

attribute DOMString command;

[src]

attribute DOMString command;

Trait Implementations

impl XpCom for nsIDOMXULCheckboxElement
[src]

IID: nsIID = nsID(1951733933, 12643, 16880, [179, 88, 200, 31, 181, 165, 135, 188])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULCheckboxElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.