Struct xpcom::interfaces::nsIAutoCompletePopup [] [src]

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

interface nsIAutoCompletePopup : nsISupports

Methods

impl nsIAutoCompletePopup
[src]

[src]

Cast this nsIAutoCompletePopup to one of its base interfaces.

impl nsIAutoCompletePopup
[src]

INVALIDATE_REASON_NEW_RESULT: i64 = 0

INVALIDATE_REASON_DELETE: i64 = 1

[src]

readonly attribute nsIAutoCompleteInput input;

[src]

readonly attribute AString overrideValue;

[src]

attribute long selectedIndex;

[src]

attribute long selectedIndex;

[src]

readonly attribute boolean popupOpen;

[src]

void openAutocompletePopup (in nsIAutoCompleteInput input, in nsIDOMElement element);

[src]

void closePopup ();

[src]

void invalidate (in unsigned short reason);

[src]

void selectBy (in boolean reverse, in boolean page);

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

IID: nsIID = nsID(3174835810, 43400, 16811, [140, 148, 193, 94, 208, 230, 172, 125])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAutoCompletePopup
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.