@mozilla.org/addressbook/abview;1
This component implements the following interfaces:
Constants
Properties
readonly PRInt32 nsITreeView.rowCount
The total number of rows in the tree (including the offscreen rows).
nsITreeSelection nsITreeView.selection
The selection for this view.
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 )
|
nsITreeView |
PRInt32 getParentIndex ( PRInt32 rowIndex )
|
nsITreeView |
PRInt32 getProgressMode ( PRInt32 row , nsITreeColumn col )
|
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 isSeparator ( PRInt32 index )
|
nsITreeView |
PRBool isSorted ( )
|
nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
nsIAbViewListener |
void onCountChanged ( PRInt32 total )
|
nsIAbListener |
void onItemAdded ( nsISupports parentDir , nsISupports item )
|
nsIAbListener |
void onItemPropertyChanged ( nsISupports item , char* property , PRUnichar* oldValue , PRUnichar* newValue )
|
nsIAbListener |
void onItemRemoved ( nsISupports parentDir , nsISupports item )
|
nsIAbViewListener |
void onSelectionChanged ( )
|
nsITreeView |
void performAction ( PRUnichar* action )
|
nsITreeView |
void performActionOnCell ( PRUnichar* action , PRInt32 row , nsITreeColumn col )
|
nsITreeView |
void performActionOnRow ( PRUnichar* action , PRInt32 row )
|
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.