public class

CollabAnnotationListSorter

extends BaseAnnotationListSorter<T>
java.lang.Object
   ↳ ViewModel
     ↳ com.pdftron.pdf.dialog.annotlist.BaseAnnotationListSorter<T>
       ↳ com.pdftron.collab.ui.annotlist.CollabAnnotationListSorter

Class Overview

A ViewModel that stores and updates the current annotation list sort order. Is responsible for returning the comparator for the current sort order, and also

Summary

Nested Classes
class CollabAnnotationListSorter.Factory Factory for creating CollabAnnotationListSorter depending on sort order. 
Fields
public static final String TAG
Public Constructors
CollabAnnotationListSorter(BaseAnnotationSortOrder sortOrder)
Public Methods
AnnotationList getAnnotationList(Context context, PDFViewCtrl mPdfViewCtrl, List<AnnotationEntity> list)
Comparator<AnnotationListContent> getComparator()
[Expand]
Inherited Methods
From class com.pdftron.pdf.dialog.annotlist.BaseAnnotationListSorter
From class java.lang.Object

Fields

public static final String TAG

Public Constructors

public CollabAnnotationListSorter (BaseAnnotationSortOrder sortOrder)

Public Methods

public AnnotationList getAnnotationList (Context context, PDFViewCtrl mPdfViewCtrl, List<AnnotationEntity> list)

public Comparator<AnnotationListContent> getComparator ()