Struct xpcom::interfaces::nsIAccessibleTableCell [] [src]

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

interface nsIAccessibleTableCell : nsISupports

Methods

impl nsIAccessibleTableCell
[src]

[src]

Cast this nsIAccessibleTableCell to one of its base interfaces.

impl nsIAccessibleTableCell
[src]

[src]

/**
   * Return host table accessible.
   */

readonly attribute nsIAccessibleTable table;

[src]

/**
   * Return column index of this cell.
   */

readonly attribute long columnIndex;

[src]

/**
   * Return row index of this cell.
   */

readonly attribute long rowIndex;

[src]

/**
   * Return the number of columns occupied by this cell. The result differs
   * from 1 if the specified cell spans multiple columns.
   */

readonly attribute long columnExtent;

[src]

/**
   * Return the number of rows occupied by this accessible cell. The result
   * differs from 1 if the specified cell spans multiple rows.
   */

readonly attribute long rowExtent;

[src]

/**
   * Return an array of column header cells for this cell.
   */

readonly attribute nsIArray columnHeaderCells;

[src]

/**
   * Return an array of row header cells for this cell.
   */

readonly attribute nsIArray rowHeaderCells;

[src]

/**
   * Return a boolean value indicating whether this cell is selected.
   */

boolean isSelected ();

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

IID: nsIID = nsID(1699621229, 64230, 17707, [152, 125, 116, 107, 32, 185, 81, 75])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAccessibleTableCell
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.