import "sbISortableMediaListView.idl";
Public Member Functions | |
void | setSort (in sbIPropertyArray aSort) |
Set a new sort for the media list. | |
void | clearSort () |
Clear the sort. | |
Public Attributes | |
readonly attribute nsIStringEnumerator | sortableProperties |
A list of properties that support sorting. | |
readonly attribute sbIPropertyArray | currentSort |
The current sort. |
Media lists that implement this interface declare themselves as sortable.
Definition at line 47 of file sbISortableMediaListView.idl.
void sbISortableMediaListView::setSort | ( | in sbIPropertyArray | aSort | ) |
Set a new sort for the media list.
aSort | A property bag containing the sort parameters. The keys map to sortable properties and the value for each key is either "a" for ascending or "d" for decending. |