sbITreeViewPropertyInfo Interface Reference

import"sbITreeViewPropertyInfo.idl";

Inheritance diagram for sbITreeViewPropertyInfo:
[legend]
Collaboration diagram for sbITreeViewPropertyInfo:
[legend]

Public Member Functions

AString getImageSrc (in AString aValue)
 
long getProgressMode (in AString aValue)
 
AString getCellValue (in AString aValue)
 
AString getRowProperties (in AString aValue)
 
AString getCellProperties (in AString aValue)
 

Public Attributes

readonly attribute AString columnType
 

Detailed Description

See Also
sbIPropertyInfo

Definition at line 38 of file sbITreeViewPropertyInfo.idl.

Member Function Documentation

AString sbITreeViewPropertyInfo::getCellProperties ( in AString  aValue)

Get the cell properties for items with the given property value

Parameters
aValuethe property value for the given item
Returns
the cell properties
Note
This must not invalidate the tree (or change the item).
See Also
nsITreeView::getCellProperties
AString sbITreeViewPropertyInfo::getCellValue ( in AString  aValue)

Get the value for a cell with a given value

Note
This must not invalidate the tree (or change the item).
See Also
nsITreeView::getCellValue
AString sbITreeViewPropertyInfo::getImageSrc ( in AString  aValue)

Get the image path for a cell with a given value

See Also
nsITreeView::getImageSrc
long sbITreeViewPropertyInfo::getProgressMode ( in AString  aValue)

Get the progress mode for a cell with a given value

See Also
nsITreeView::getProgressMode
AString sbITreeViewPropertyInfo::getRowProperties ( in AString  aValue)

Get the row properties for items with the given property value

Parameters
aValuethe property value for this property for the item
Returns
the row properties
See Also
nsITreeView::getRowProperties

Member Data Documentation

readonly attribute AString sbITreeViewPropertyInfo::columnType

The type of the column; for example, might be "progressmeter" or "checkbox"

Definition at line 43 of file sbITreeViewPropertyInfo.idl.


The documentation for this interface was generated from the following file: