MBSort

annotation class MBSort

Properties

Link copied to clipboard
val TAG_SORT_ALPHABETICALLY: Int
Displays processes from A to Z in their title
Link copied to clipboard
val TAG_SORT_BY_CATEGORY: Int
Displays processes grouped by category.
Link copied to clipboard
val TAG_SORT_BY_DUE_DATE: Int
Displays processes with the due date in ascending order.
Link copied to clipboard
val TAG_SORT_BY_PRIORITY: Int
Displays the high priority first, then medium priority, then low priority.
Link copied to clipboard
val TAG_SORT_BY_RECEPTION_DATE: Int
Displays processes with the reception date in ascending order.
Link copied to clipboard
val TAG_SORT_BY_START_DATE: Int
Displays processes with the start date in ascending order.
Link copied to clipboard
val TAG_SORT_DEFAULT: Int
Displays processes according to three criteria: 1- By priority TAG_SORT_BY_PRIORITY 2- By Due date TAG_SORT_BY_DUE_DATE 3- By Reception date TAG_SORT_BY_RECEPTION_DATE

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String