Struct xpcom::interfaces::nsIDOMXULTextBoxElement [] [src]

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

interface nsIDOMXULTextBoxElement : nsIDOMXULControlElement

Methods

impl nsIDOMXULTextBoxElement
[src]

[src]

Cast this nsIDOMXULTextBoxElement to one of its base interfaces.

impl nsIDOMXULTextBoxElement
[src]

[src]

readonly attribute nsIDOMNode inputField;

[src]

readonly attribute long textLength;

[src]

attribute long maxLength;

[src]

attribute long maxLength;

[src]

attribute long size;

[src]

attribute long size;

[src]

attribute long selectionStart;

[src]

attribute long selectionStart;

[src]

attribute long selectionEnd;

[src]

attribute long selectionEnd;

[src]

attribute DOMString value;

[src]

attribute DOMString value;

[src]

attribute DOMString type;

[src]

attribute DOMString type;

[src]

void select ();

[src]

void setSelectionRange (in long selectionStart, in long selectionEnd);

Methods from Deref<Target = nsIDOMXULControlElement>

[src]

Cast this nsIDOMXULControlElement to one of its base interfaces.

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

attribute long tabIndex;

[src]

attribute long tabIndex;

Trait Implementations

impl XpCom for nsIDOMXULTextBoxElement
[src]

IID: nsIID = nsID(2128445973, 20821, 18501, [160, 47, 220, 44, 8, 100, 92, 185])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULTextBoxElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.