public class

CollabAnnotationListFragment

extends AnnotationDialogFragment
java.lang.Object
   ↳ DialogFragment
     ↳ com.pdftron.pdf.controls.NavigationListDialogFragment
       ↳ com.pdftron.pdf.controls.AnnotationDialogFragment
         ↳ com.pdftron.collab.ui.annotlist.CollabAnnotationListFragment

Summary

[Expand]
Inherited Constants
From class com.pdftron.pdf.controls.AnnotationDialogFragment
Public Constructors
CollabAnnotationListFragment()
Public Methods
static Bundle newBundle(String documentId, boolean isReadOnly, boolean isRtl, CollabAnnotationListSortOrder annotationListSortOrder)
Creates a bundle containing arguments for AnnotationDialogFragment
static Bundle newBundle(String documentId)
Creates a bundle containing arguments for AnnotationDialogFragment
static CollabAnnotationListFragment newInstance()
void onCreate(Bundle savedInstanceState)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onDestroyView()
boolean onOptionsItemSelected(MenuItem item)
void onViewCreated(View view, Bundle savedInstanceState)
void prepareOptionsMenu(Menu menu)
[Expand]
Inherited Methods
From class com.pdftron.pdf.controls.AnnotationDialogFragment
From class com.pdftron.pdf.controls.NavigationListDialogFragment
From class java.lang.Object
From interface com.pdftron.pdf.dialog.BookmarksDialogFragment.IBookmarksDialogSearchView

Public Constructors

public CollabAnnotationListFragment ()

Public Methods

public static Bundle newBundle (String documentId, boolean isReadOnly, boolean isRtl, CollabAnnotationListSortOrder annotationListSortOrder)

Creates a bundle containing arguments for AnnotationDialogFragment

Parameters
documentId unique identifier for the collaborative document
isReadOnly true if the annotation list should be read only (default false)
isRtl true if the the annotations are displayed right-to-left (default false)
annotationListSortOrder sorting order of the annotations
Returns

public static Bundle newBundle (String documentId)

Creates a bundle containing arguments for AnnotationDialogFragment

Parameters
documentId unique identifier for the collaborative document
Returns
  • arguments for AnnotationDialogFragment

public static CollabAnnotationListFragment newInstance ()

public void onCreate (Bundle savedInstanceState)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onDestroyView ()

public boolean onOptionsItemSelected (MenuItem item)

public void onViewCreated (View view, Bundle savedInstanceState)

public void prepareOptionsMenu (Menu menu)