WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

TreeColumn

This object is available to unprivileged JavaScript. It implements the following interfaces:

Constants

PRInt16 TYPE_TEXT = 1
PRInt16 TYPE_CHECKBOX = 2
PRInt16 TYPE_PROGRESSMETER = 3

Properties

readonly nsIAtom atom

readonly TreeColumns columns

readonly boolean cycler

readonly boolean editable

readonly Element element

readonly AString id

readonly PRInt32 index

readonly boolean primary

readonly PRInt16 type

readonly PRInt32 width

readonly PRInt32 x


Methods

[noscript] void getIdConst ( out PRUnichar* idConst ) TreeColumn getNext ( ) TreeColumn getPrevious ( ) void invalidate ( )

void getIdConst ( out PRUnichar* idConst )

Arguments:
idConst

TreeColumn getNext ( )


TreeColumn getPrevious ( )


void invalidate ( )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com