Struct xpcom::interfaces::nsIDOMXULButtonElement [] [src]

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

interface nsIDOMXULButtonElement : nsIDOMXULLabeledControlElement

Methods

impl nsIDOMXULButtonElement
[src]

[src]

Cast this nsIDOMXULButtonElement to one of its base interfaces.

impl nsIDOMXULButtonElement
[src]

CHECKSTATE_UNCHECKED: i64 = 0

CHECKSTATE_CHECKED: i64 = 1

CHECKSTATE_MIXED: i64 = 2

[src]

attribute DOMString type;

[src]

attribute DOMString type;

[src]

attribute DOMString dlgType;

[src]

attribute DOMString dlgType;

[src]

attribute boolean open;

[src]

attribute boolean open;

[src]

attribute boolean checked;

[src]

attribute boolean checked;

[src]

attribute long checkState;

[src]

attribute long checkState;

[src]

attribute boolean autoCheck;

[src]

attribute boolean autoCheck;

[src]

attribute DOMString group;

[src]

attribute DOMString group;

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

IID: nsIID = nsID(3580829583, 64590, 18000, [154, 133, 37, 16, 139, 189, 25, 128])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULButtonElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.