Uses of Class
i2p.susi.util.Folder.SortOrder
| Package | Description |
|---|---|
| i2p.susi.util | |
| i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
|
-
Uses of Folder.SortOrder in i2p.susi.util
Methods in i2p.susi.util that return Folder.SortOrder Modifier and Type Method Description Folder.SortOrderFolder. getCurrentSortingDirection()static Folder.SortOrderFolder.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Folder.SortOrder[]Folder.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in i2p.susi.util with parameters of type Folder.SortOrder Modifier and Type Method Description voidFolder. setSortBy(String id, Folder.SortOrder direction)Activates sorting by the choosen Comparator. -
Uses of Folder.SortOrder in i2p.susi.webmail
Fields in i2p.susi.webmail declared as Folder.SortOrder Modifier and Type Field Description (package private) static Folder.SortOrderWebMail. SORT_ORDER_DEFAULT