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.
@mozilla.org/inspector/dom-view;1
This component implements the following interfaces:
Constants
Properties
nsIDOMNode inIDOMView.rootNode
readonly PRInt32 nsITreeView.rowCount
The total number of rows in the tree (including the offscreen rows).
nsITreeSelection nsITreeView.selection
The selection for this view.
PRBool inIDOMView.showAccessibleNodes
PRBool inIDOMView.showAnonymousContent
PRBool inIDOMView.showSubDocuments
PRBool inIDOMView.showWhitespaceNodes
PRUint32 inIDOMView.whatToShow
Methods
| Interface | Method |
|---|---|
| nsITreeView |
PRBool canDrop ( PRInt32 index , PRInt32 orientation )
|
| nsITreeView |
void cycleCell ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void cycleHeader ( nsITreeColumn col )
|
| nsITreeView |
void drop ( PRInt32 row , PRInt32 orientation )
|
| nsITreeView |
void getCellProperties ( PRInt32 row , nsITreeColumn col , nsISupportsArray properties )
|
| nsITreeView |
AString getCellText ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
AString getCellValue ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void getColumnProperties ( nsITreeColumn col , nsISupportsArray properties )
|
| nsITreeView |
AString getImageSrc ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRInt32 getLevel ( PRInt32 index )
|
| inIDOMView |
nsIDOMNode getNodeFromRowIndex ( PRInt32 rowIndex )
|
| nsITreeView |
PRInt32 getParentIndex ( PRInt32 rowIndex )
|
| nsITreeView |
PRInt32 getProgressMode ( PRInt32 row , nsITreeColumn col )
|
| inIDOMView |
PRInt32 getRowIndexFromNode ( nsIDOMNode node )
|
| nsITreeView |
void getRowProperties ( PRInt32 index , nsISupportsArray properties )
|
| nsITreeView |
PRBool hasNextSibling ( PRInt32 rowIndex , PRInt32 afterIndex )
|
| nsITreeView |
PRBool isContainer ( PRInt32 index )
|
| nsITreeView |
PRBool isContainerEmpty ( PRInt32 index )
|
| nsITreeView |
PRBool isContainerOpen ( PRInt32 index )
|
| nsITreeView |
PRBool isEditable ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRBool isSelectable ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRBool isSeparator ( PRInt32 index )
|
| nsITreeView |
PRBool isSorted ( )
|
| nsITreeView |
void performAction ( PRUnichar* action )
|
| nsITreeView |
void performActionOnCell ( PRUnichar* action , PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void performActionOnRow ( PRUnichar* action , PRInt32 row )
|
| inIDOMView |
void rebuild ( )
|
| nsITreeView |
void selectionChanged ( )
|
| nsITreeView |
void setCellText ( PRInt32 row , nsITreeColumn col , AString value )
|
| nsITreeView |
void setCellValue ( PRInt32 row , nsITreeColumn col , AString value )
|
| nsITreeView |
void setTree ( nsITreeBoxObject tree )
|
| nsITreeView |
void toggleOpenState ( PRInt32 index )
|
Reference documentation is generated from Mozilla's source.
